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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 雄鈍?齬?文 | 10010111010110011001001111011101001111111110101010010111001111111001010110110110 | 975993dd3fea973f95b6 |
EUC-JP | 雄鈍?齬?文 | 11001101101110101100011011011111001111111111001111110111001111111100101010111000 | cdbac6df3ff3f73fcab8 |
UTF-8 | 雄鈍씨齬얕文 | 111010011001101110000100111010011000100010001101111011001001010010101000111010011011110110101100111011001001011010010101111001101001011010000111 | e99b84e9888dec94a8e9bdacec9695e69687 |
UHC | 雄鈍씨齬얕文 | 111010101010100111010100111011111011111010111110111001011110000110111110111010001101100111111110 | eaa9d4efbebee5e1bee8d9fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)