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 | 肬り触覯 | 1110001111101101100000101110100010010000010001111110011001010001 | e3ed82e89047e651 |
EUC-JP | 肬り触覯 | 1110011011101111101001001110101010111111101010001110101110110010 | e6efa4eabfa8ebb2 |
UTF-8 | 肬り触覯 | 111010001000001010101100111000111000001010001010111010001010011110100110111010001010011010101111 | e882ace3828ae8a7a6e8a6af |
UHC | ?り?? | 0011111110101010111010100011111100111111 | 3faaea3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)