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 | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | 覓榊╋k | 11100110010010111000110111100101100001001011010001101011 | e64b8de584b46b |
EUC-JP | 覓榊╋k | 11101011101011001011101011100111101010001011011001101011 | ebacbae7a8b66b |
UTF-8 | 覓榊╋k | 11101000101001101001001111100110101001101000101011100010100101011000101101101011 | e8a693e6a68ae2958b6b |
UHC | 覓?╋k | 110110001111001000111111101001101011011001101011 | d8f23fa6b66b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)