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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 錚??? | 1110100001000010001111110011111100111111 | e8423f3f3f |
EUC-JP | 錚??? | 1110111110100011001111110011111100111111 | efa33f3f3f |
UTF-8 | 錚ㅴ갖藺 | 111010011000110010011010111000111000010110110100111010101011000010010110111011111010011110110000 | e98c9ae385b4eab096efa7b0 |
UHC | 錚ㅴ갖藺 | 1110111010110110101001001110010010110000101011101110110011100001 | eeb6a4e4b0aeece1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)