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 | ???hTB | 001111110011111100111111011010000101010001000010 | 3f3f3f685442 |
SJIS-WIN | ??繼hTB | 00111111001111111110001110001011011010000101010001000010 | 3f3fe38b685442 |
EUC-JP | ??繼hTB | 00111111001111111110010111101011011010000101010001000010 | 3f3fe5eb685442 |
UTF-8 | 렺읖繼hTB | 111010111010000010111010111011001001110110010110111001111011100110111100011010000101010001000010 | eba0baec9d96e7b9bc685442 |
UHC | 렺읖繼hTB | 100011101100001011000000110001011100110110101001011010000101010001000010 | 8ec2c0c5cda9685442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)