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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 巽促足辿村 | 10010010010001101001000110100011100100011010101110010010010010001001000110111010 | 924691a391ab924891ba |
EUC-JP | 巽促足辿村 | 11000011101001111100001010100101110000101010110111000011101010011100001010111100 | c3a7c2a5c2adc3a9c2bc |
UTF-8 | 巽促足辿村 | 111001011011011110111101111001001011111110000011111010001011011010110011111010001011111010111111111001101001110110010001 | e5b7bde4bf83e8b6b3e8bebfe69d91 |
UHC | 巽促足?村 | 111000011101111011110101101101011111000011101011001111111111010110111101 | e1def5b5f0eb3ff5bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)