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 | 邂九Κ寘 | 1110011110101110100010111110001110000011101010001111101010101001 | e7ae8be383a8faa9 |
EUC-JP | 邂九Κ寘 | 111011101011000010110110111001011010011010101010100011111011101011100001 | eeb0b6e5a6aa8fbae1 |
UTF-8 | 邂九Κ寘 | 1110100110000010100000101110010010111001100111011100111010011010111001011010111110011000 | e98282e4b99dce9ae5af98 |
UHC | 邂九Κ? | 11111010101100111100111011111010101001011100101000111111 | fab3cefaa5ca3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)