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 | 鱧蒔タ | 11101001111001011000111010101010111100001010011011000000 | e9e58eaaf0a6c0 |
EUC-JP | 鱧蒔?タ | 11110010111001111011110010101100001111111000111011000000 | f2e7bcac3f8ec0 |
UTF-8 | 鱧蒔タ | 111010011011000110100111111010001001001010010100111011101000000110100101111011111011111010000000 | e9b1a7e89294ee81a5efbe80 |
UHC | ?蒔?? | 0011111111100011110010000011111100111111 | 3fe3c83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)