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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 糊勃ぁ? | 10001100110100001001011001110101100000101001111100111111 | 8cd09675829f3f |
EUC-JP | 糊勃ぁ? | 10111000110100101100101111010110101001001010000100111111 | b8d2cbd6a4a13f |
UTF-8 | 糊勃ぁ쇠 | 111001111011001110001010111001011000101110000011111000111000000110000001111011001000011110100000 | e7b38ae58b83e38181ec87a0 |
UHC | 糊勃ぁ쇠 | 1111101111010101110110101111101010101010101000011011110011101000 | fbd5dafaaaa1bce8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)