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 | 曜ゃ?與 | 10010111011010101000001011100001001111111110010001101111 | 976a82e13fe46f |
EUC-JP | 曜ゃ?與 | 11001101110010111010010011100011001111111110011111010000 | cdcba4e33fe7d0 |
UTF-8 | 曜ゃ굩與 | 111001101001101110011100111000111000001010000011111010101011010110101001111010001000100010000111 | e69b9ce38283eab5a9e88887 |
UHC | 曜ゃ굩與 | 1110100011111000101010101110001110000010100011111110011010101000 | e8f8aae3828fe6a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)