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 | ???H?TAO\ | 001111110011111100111111010010000011111101010100010000010100111101011100 | 3f3f3f483f54414f5c |
SJIS-WIN | ???H?TAO\ | 001111110011111100111111010010000011111101010100010000010100111101011100 | 3f3f3f483f54414f5c |
EUC-JP | ???H?TAO\ | 001111110011111100111111010010000011111101010100010000010100111101011100 | 3f3f3f483f54414f5c |
UTF-8 | 혵혖혳H챗TAO\ | 1110110110011000101101011110110110011000100101101110110110011000101100110100100011101100101100011001011101010100010000010100111101011100 | ed98b5ed9896ed98b348ecb19754414f5c |
UHC | 혵혖혳H챗TAO\ | 11000010100111001100001010000001110000101001101001001000110000111010101001010100010000010100111101011100 | c29cc281c29a48c3aa54414f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)