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 | ???@?? | 001111110011111100111111010000000011111100111111 | 3f3f3f403f3f |
SJIS-WIN | ???@?? | 001111110011111100111111010000000011111100111111 | 3f3f3f403f3f |
EUC-JP | ???@?? | 001111110011111100111111010000000011111100111111 | 3f3f3f403f3f |
UTF-8 | 혵혖혳@챌창 | 11101101100110001011010111101101100110001001011011101101100110001011001101000000111011001011000110001100111011001011000010111101 | ed98b5ed9896ed98b340ecb18cecb0bd |
UHC | 혵혖혳@챌창 | 1100001010011100110000101000000111000010100110100100000011000011101001111100001110100010 | c29cc281c29a40c3a7c3a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)