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 | 裙ろ煤 | 1110010111100011100000101110101110010100100000011111100111111100 | e5e382eb9481f9fc |
EUC-JP | 裙ろ煤? | 11101010111001011010010011101101110001111110000100111111 | eae5a4edc7e13f |
UTF-8 | 裙ろ煤 | 111010001010001110011001111000111000001010001101111001111000010110100100111011101001110110010111 | e8a399e3828de785a4ee9d97 |
UHC | 裙ろ煤? | 11001111110110011010101011101101110110001110000000111111 | cfd9aaedd8e03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)