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 | 錠?逵 | 1000111111111001001111111110011110011100 | 8ff93fe79c |
EUC-JP | 錠?逵 | 1011111011111011001111111110110111111100 | befb3fedfc |
UTF-8 | 錠고逵 | 111010011000110010100000111010101011001110100000111010011000000010110101 | e98ca0eab3a0e980b5 |
UHC | 錠고逵 | 111011111111110010110000111011011101000010110000 | effcb0edd0b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)