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 | 蔟夥ぎ | 1110010011110101100110101110110010000010101011001111100111111100 | e4f59aec82acf9fc |
EUC-JP | 蔟夥ぎ? | 11101000111101111101010011101110101001001010111000111111 | e8f7d4eea4ae3f |
UTF-8 | 蔟夥ぎ | 111010001001010010011111111001011010010010100101111000111000000110001110111011101001110110010111 | e8949fe5a4a5e3818eee9d97 |
UHC | ??ぎ? | 0011111100111111101010101010111000111111 | 3f3faaae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)