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? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 芽??h芽 | 10001001111010000011111100111111011010001000100111101000 | 89e83f3f6889e8 |
EUC-JP | 芽??h芽 | 10110010111010100011111100111111011010001011001011101010 | b2ea3f3f68b2ea |
UTF-8 | 芽랁뢒h芽 | 11101000100010101011110111101011100111101000000111101011101000101001001001101000111010001000101010111101 | e88abdeb9e81eba29268e88abd |
UHC | 芽랁뢒h芽 | 111001001011010010001101111011011000111101001101011010001110010010110100 | e4b48ded8f4d68e4b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)