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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 丹損丹 | 100100100100111110010001101110011001001001001111 | 924f91b9924f |
EUC-JP | 丹損丹 | 110000111011000011000010101110111100001110110000 | c3b0c2bbc3b0 |
UTF-8 | 丹損丹 | 111001001011100010111001111001101001000010001101111001001011100010111001 | e4b8b9e6908de4b8b9 |
UHC | 丹損丹 | 110100111010000111100001110111111101001110100001 | d3a1e1dfd3a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)