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 | 妻?彫 | 1000110111001000001111111001001010100100 | 8dc83f92a4 |
EUC-JP | 妻?彫 | 1011101011001010001111111100010010100110 | baca3fc4a6 |
UTF-8 | 妻롚彫 | 111001011010011010111011111010111010000110011010111001011011110110101011 | e5a6bbeba19ae5bdab |
UHC | 妻롚彫 | 111101001010001110001110110111101111000011000001 | f4a38edef0c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)