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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 午ュ?訝? | 1000110011011111100000111000010100111111111001100110001000111111 | 8cdf83853fe6623f |
EUC-JP | 午ュ?訝? | 1011100011100001101001011110010100111111111010111100001100111111 | b8e1a5e53febc33f |
UTF-8 | 午ュ뜐訝숋 | 111001011000110110001000111000111000001110100101111010111001110010010000111010001010100010011101111011001000100010001011 | e58d88e383a5eb9c90e8a89dec888b |
UHC | 午ュ뜐訝숋 | 11100111111011011010101111100101100011011001001111100100101110001001100111101111 | e7edabe58d93e4b899ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)