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 | 遶ー邉懈 | 11100111101010111011000011100111101100111001110011100110 | e7abb0e7b39ce6 |
EUC-JP | 遶ー邉懈 | 1110111010101101100011101011000011101110101101011101100011101000 | eead8eb0eeb5d8e8 |
UTF-8 | 遶ー邉懈 | 111010011000000110110110111011111011110110110000111010011000001010001001111001101000011110001000 | e981b6efbdb0e98289e68788 |
UHC | ???懈 | 0011111100111111001111111111101010101011 | 3f3f3ffaab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)