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 | ?H??? | 0011111101001000001111110011111100111111 | 3f483f3f3f |
SJIS-WIN | 短H其辿遜 | 100100100101101001001000100100011011010010010010010010001001000110111011 | 925a4891b4924891bb |
EUC-JP | 短H其辿遜 | 110000111011101101001000110000101011011011000011101010011100001010111101 | c3bb48c2b6c3a9c2bd |
UTF-8 | 短H其辿遜 | 11100111100111111010110101001000111001011000010110110110111010001011111010111111111010011000000110011100 | e79fad48e585b6e8bebfe9819c |
UHC | 短H其?遜 | 1101001110101101010010001101000011101100001111111110000111100001 | d3ad48d0ec3fe1e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)