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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 樗峯?? | 100100101001010010010101111101010011111100111111 | 929495f53f3f |
EUC-JP | 樗峯?? | 110000111111010011001010111101110011111100111111 | c3f4caf73f3f |
UTF-8 | 樗峯렯렠 | 111001101010100010010111111001011011001110101111111010111010000010101111111010111010000010100000 | e6a897e5b3afeba0afeba0a0 |
UHC | 樗峯렯렠 | 1110111011000000110111001110011110001110101111001000111010110001 | eec0dce78ebc8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)