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 | 錠?睹 | 1000111111111001001111111110000111001111 | 8ff93fe1cf |
EUC-JP | 錠?睹 | 1011111011111011001111111110001011010001 | befb3fe2d1 |
UTF-8 | 錠고睹 | 111010011000110010100000111010101011001110100000111001111001110110111001 | e98ca0eab3a0e79db9 |
UHC | 錠고睹 | 111011111111110010110000111011011101010010101001 | effcb0edd4a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)