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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 錠?悳 | 1000111111111001001111111001110001111011 | 8ff93f9c7b |
EUC-JP | 錠?悳 | 1011111011111011001111111101011111011100 | befb3fd7dc |
UTF-8 | 錠고悳 | 111010011000110010100000111010101011001110100000111001101000001010110011 | e98ca0eab3a0e682b3 |
UHC | 錠고悳 | 111011111111110010110000111011011101001111101101 | effcb0edd3ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)