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 | ?????BF | 00111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f4246 |
SJIS-WIN | テォツ堕㎜BF | 110000111010101111000010100100011100001010000111011011110100001001000110 | c3abc291c2876f4246 |
EUC-JP | テォツ堕?BF | 1000111011000011100011101010101110001110110000101100001011000100001111110100001001000110 | 8ec38eab8ec2c2c43f4246 |
UTF-8 | テォツ堕㎜BF | 1110111110111110100000111110111110111101101010111110111110111110100000101110010110100000100101011110001110001110100111000100001001000110 | efbe83efbdabefbe82e5a095e38e9c4246 |
UHC | ????㎜BF | 0011111100111111001111110011111110100111101011100100001001000110 | 3f3f3f3fa7ae4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)