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 | 実床ゥ | 1000111011000000100011111011000010101001 | 8ec08fb0a9 |
EUC-JP | 実床ゥ | 101111001100001010111110101100101000111010101001 | bcc2beb28ea9 |
UTF-8 | 実床ゥ | 111001011010111010011111111001011011101010001010111011111011110110101001 | e5ae9fe5ba8aefbda9 |
UHC | ?床? | 00111111110111111100100100111111 | 3fdfc93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)