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 | 予??誼? | 10010111010111000011111100111111100010110110001000111111 | 975c3f3f8b623f |
EUC-JP | 予??誼? | 11001101101111010011111100111111101101011100001100111111 | cdbd3f3fb5c33f |
UTF-8 | 予쀫쉴誼폙 | 111001001011101010001000111011001000000010101011111011001000100110110100111010001010101010111100111011011000111110011001 | e4ba88ec80abec89b4e8aabced8f99 |
UHC | 予쀫쉴誼폙 | 11100101111110001001011111101011101111011010111111101011111111101011110101000010 | e5f897ebbdafebfebd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)