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 | 釈車ホ昮 | 10001110110111111000111011010100110011101111101011010010 | 8edf8ed4cefad2 |
EUC-JP | 釈車ホ昮 | 101111001110000110111100110101101000111011001110100011111100001010101011 | bce1bcd68ece8fc2ab |
UTF-8 | 釈車ホ昮 | 111010011000011110001000111010001011101110001010111011111011111010001110111001101001100010101110 | e98788e8bb8aefbe8ee698ae |
UHC | ?車?? | 0011111111110011101100110011111100111111 | 3ff3b33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)