To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 辿贈臓棚揃尊 | 100100100100100010010001101000011001000110011111100100100100100110010001101101011001000110111000 | 924891a1919f924991b591b8 |
EUC-JP | 辿贈臓棚揃尊 | 110000111010100111000010101000111100001010100001110000111010101011000010101101111100001010111010 | c3a9c2a3c2a1c3aac2b7c2ba |
UTF-8 | 辿贈臓棚揃尊 | 111010001011111010111111111010001011010010001000111010001000011110010011111001101010001110011010111001101000111110000011111001011011000010001010 | e8bebfe8b488e88793e6a39ae68f83e5b08a |
UHC | ?贈?棚?尊 | 001111111111000111111100001111111101110111011100001111111111000011101110 | 3ff1fc3fdddc3ff0ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)