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 | ??B? | 00111111001111110100001000111111 | 3f3f423f |
SJIS-WIN | ?懶B桃 | 001111111001110011101111010000101001001110001101 | 3f9cef42938d |
EUC-JP | ?懶B桃 | 001111111101100011110001010000101100010111101101 | 3fd8f142c5ed |
UTF-8 | 뤵懶B桃 | 11101011101001001011010111100110100001111011011001000010111001101010000110000011 | eba4b5e687b642e6a183 |
UHC | 뤵懶B桃 | 10001111111000111101010011111011010000101101001111111110 | 8fe3d4fb42d3fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)