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 | ¼FN] | 1001000110111100100100100100011010010010010011101001001001011101 | 91bc9246924e925d |
SJIS-WIN | ???F?N?] | 0011111100111111001111110100011000111111010011100011111101011101 | 3f3f3f463f4e3f5d |
EUC-JP | ???F?N?] | 0011111100111111001111110100011000111111010011100011111101011101 | 3f3f3f463f4e3f5d |
UTF-8 | ¼FN] | 11000010100100011100001010111100110000101001001001000110110000101001001001001110110000101001001001011101 | c291c2bcc29246c2924ec2925d |
UHC | ?¼?F?N?] | 001111111010100011111001001111110100011000111111010011100011111101011101 | 3fa8f93f463f4e3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)