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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 顋主ッょ爼 | 111010001111100110001110111001011010111110000010111001011110000010101010 | e8f98ee5af82e5e0aa |
EUC-JP | 顋主ッょ爼 | 11110000111110111011110011100111100011101010111110100100111001111110000010101100 | f0fbbce78eafa4e7e0ac |
UTF-8 | 顋主ッょ爼 | 111010011010000110001011111001001011100010111011111011111011110110101111111000111000001010000111111001111000100010111100 | e9a18be4b8bbefbdafe38287e788bc |
UHC | ?主?ょ? | 00111111111100011010101100111111101010101110011100111111 | 3ff1ab3faae73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)