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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 醍?煜??逡 | 100100011110011100111111111110110101010100111111001111111110011110010101 | 91e73ffb553f3fe795 |
EUC-JP | 醍?煜??逡 | 11000010111010010011111110001111110010011111110000111111001111111110110111110101 | c2e93f8fc9fc3f3fedf5 |
UTF-8 | 醍렟煜쾨짰逡 | 111010011000011010001101111010111010000010011111111001111000010110011100111011001011111010101000111011001010011110110000111010011000000010100001 | e9868deba09fe7859cecbea8eca7b0e980a1 |
UHC | 醍렟煜쾨짰逡 | 111100001011010110001110101100001110100111110010110001001110101011000010101011101111000111100100 | f0b58eb0e9f2c4eac2aef1e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)