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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 祉?勿低豆? | 10001110100000110011111110010110110111001001001011100001100100111010010000111111 | 8e833f96dc92e193a43f |
EUC-JP | 祉?勿低豆? | 10111011111000110011111111001100110111101100010011100011110001101010011000111111 | bbe33fccdec4e3c6a63f |
UTF-8 | 祉곁勿低豆긺 | 111001111010010110001001111010101011001110000001111001011000101110111111111001001011110110001110111010001011000110000110111010101011100010111010 | e7a589eab381e58bbfe4bd8ee8b186eab8ba |
UHC | 祉곁勿低豆긺 | 111100101011001110110000111001111101101010101000111011101011100011010100111001111011000111100111 | f2b3b0e7daa8eeb8d4e7b1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)