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? | 00111111001111110011111100111111001111110100001000111111 | 3f3f3f3f3f423f |
SJIS-WIN | 円??節?B円 | 10001001011111100011111100111111100100001101111100111111010000101000100101111110 | 897e3f3f90df3f42897e |
EUC-JP | 円??節?B円 | 10110001110111110011111100111111110000001110000100111111010000101011000111011111 | b1df3f3fc0e13f42b1df |
UTF-8 | 円랑쭫節찱B円 | 11100101100001101000011011101011100111101001000111101100101011011010101111100111101011111000000011101100101100001011000101000010111001011000011010000110 | e58686eb9e91ecadabe7af80ecb0b142e58686 |
UHC | 円랑쭫節찱B円 | 11100101111101111011011011111011101001111001111111101111101111011010101001000111010000101110010111110111 | e5f7b6fba79fefbdaa4742e5f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)