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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 載?將?幽 | 1000110111011010001111111001101110010010001111111001011101001000 | 8dda3f9b923f9748 |
EUC-JP | 載?將?幽 | 1011101011011100001111111101010111110010001111111100110110101001 | badc3fd5f23fcda9 |
UTF-8 | 載렕將렚幽 | 111010001011110010001001111010111010000010010101111001011011000010000111111010111010000010011010111001011011100110111101 | e8bc89eba095e5b087eba09ae5b9bd |
UHC | 載렕將렚幽 | 11101110101100001000111010101010111011011110001010001110101011011110101011101011 | eeb08eaaede28eadeaeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)