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 | ?????b? | 00111111001111110011111100111111001111110110001000111111 | 3f3f3f3f3f623f |
SJIS-WIN | 円??跡?b円 | 10001001011111100011111100111111100100001101010100111111011000101000100101111110 | 897e3f3f90d53f62897e |
EUC-JP | 円??跡?b円 | 10110001110111110011111100111111110000001101011100111111011000101011000111011111 | b1df3f3fc0d73f62b1df |
UTF-8 | 円랑쭫跡빪b円 | 11100101100001101000011011101011100111101001000111101100101011011010101111101000101101111010000111101011101110011010101001100010111001011000011010000110 | e58686eb9e91ecadabe8b7a1ebb9aa62e58686 |
UHC | 円랑쭫跡빪b円 | 11100101111101111011011011111011101001111001111111101110111001101011101110100010011000101110010111110111 | e5f7b6fba79feee6bba262e5f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)