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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 濠??鴨℃ | 1000110110001010001111110011111110001010100110111000000110001110 | 8d8a3f3f8a9b818e |
EUC-JP | 濠??鴨℃ | 1011100111101010001111110011111110110011111110111010000111101110 | b9ea3f3fb3fba1ee |
UTF-8 | 濠뜸튠鴨℃ | 111001101011111110100000111010111001110010111000111011011000101010100000111010011011010010101000111000101000010010000011 | e6bfa0eb9cb8ed8aa0e9b4a8e28483 |
UHC | 濠뜸튠鴨℃ | 11111011110011001011011011100100110001101010101011100100111001011010000111001001 | fbccb6e4c6aae4e5a1c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)