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?? | 001111110011111100111111010010000011111100111111 | 3f3f3f483f3f |
SJIS-WIN | ???H?? | 001111110011111100111111010010000011111100111111 | 3f3f3f483f3f |
EUC-JP | ???H?? | 001111110011111100111111010010000011111100111111 | 3f3f3f483f3f |
UTF-8 | 혵혖혳H챔챠 | 11101101100110001011010111101101100110001001011011101101100110001011001101001000111011001011000110010100111011001011000110100000 | ed98b5ed9896ed98b348ecb194ecb1a0 |
UHC | 혵혖혳H챔챠 | 1100001010011100110000101000000111000010100110100100100011000011101010001100001110101101 | c29cc281c29a48c3a8c3ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)