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 | ????N | 0011111100111111001111110011111101001110 | 3f3f3f3f4e |
SJIS-WIN | 嘆旦村尊N | 100100100101000110010010010101011001000110111010100100011011100001001110 | 9251925591ba91b84e |
EUC-JP | 嘆旦村尊N | 110000111011001011000011101101101100001010111100110000101011101001001110 | c3b2c3b6c2bcc2ba4e |
UTF-8 | 嘆旦村尊N | 11100101100110001000011011100110100101111010011011100110100111011001000111100101101100001000101001001110 | e59886e697a6e69d91e5b08a4e |
UHC | 嘆旦村尊N | 111101111010001111010011101010011111010110111101111100001110111001001110 | f7a3d3a9f5bdf0ee4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)