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 | 形??窩 | 100011000110000000111111001111111110001001111100 | 8c603f3fe27c |
EUC-JP | 形??窩 | 101101111100000100111111001111111110001111011101 | b7c13f3fe3dd |
UTF-8 | 形ㅷ듐窩 | 111001011011110110100010111000111000010110110111111010111001001110010000111001111010101010101001 | e5bda2e385b7eb9390e7aaa9 |
UHC | 形ㅷ듐窩 | 1111101110100001101001001110011110110101111000111110100011000000 | fba1a4e7b5e3e8c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)