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 | ?????G | 001111110011111100111111001111110011111101000111 | 3f3f3f3f3f47 |
SJIS-WIN | 癲??誼?G | 1110000110011111001111110011111110001011011000100011111101000111 | e19f3f3f8b623f47 |
EUC-JP | 癲??誼?G | 1110001010100001001111110011111110110101110000110011111101000111 | e2a13f3fb5c33f47 |
UTF-8 | 癲뗢뫀誼쮕G | 11100111100110011011001011101011100101111010001011101011101010111000000011101000101010101011110011101100101011101001010101000111 | e799b2eb97a2ebab80e8aabcecae9547 |
UHC | 癲뗢뫀誼쮕G | 1110111110100110100010111110001010010001101001001110101111111110101010000110110101000111 | efa68be291a4ebfea86d47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)