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 | ?戍咫枇? | 0011111110011100111110011001101001000000100101001111100000111111 | 3f9cf99a4094f83f |
EUC-JP | ?戍咫枇? | 0011111111011000111110111101001110100001110010001111101000111111 | 3fd8fbd3a1c8fa3f |
UTF-8 | 룶戍咫枇▣ | 111010111010001110110110111001101000100010001101111001011001001010101011111001101001111010000111111000101001011010100011 | eba3b6e6888de592abe69e87e296a3 |
UHC | 룶戍咫枇▣ | 10001111101010111110001010100001111100101010000111011101111011011010001011000011 | 8fabe2a1f2a1ddeda2c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)