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 | ?????OB | 00111111001111110011111100111111001111110100111101000010 | 3f3f3f3f3f4f42 |
SJIS-WIN | 円??跡?OB | 100010010111111000111111001111111001000011010101001111110100111101000010 | 897e3f3f90d53f4f42 |
EUC-JP | 円??跡?OB | 101100011101111100111111001111111100000011010111001111110100111101000010 | b1df3f3fc0d73f4f42 |
UTF-8 | 円랑쭫跡뺙OB | 1110010110000110100001101110101110011110100100011110110010101101101010111110100010110111101000011110101110111010100110010100111101000010 | e58686eb9e91ecadabe8b7a1ebba994f42 |
UHC | 円랑쭫跡뺙OB | 111001011111011110110110111110111010011110011111111011101110011010111011101100110100111101000010 | e5f7b6fba79feee6bbb34f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)