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 | 耶??應?? | 1001011011101011001111110011111110011100111001000011111100111111 | 96eb3f3f9ce43f3f |
EUC-JP | 耶??應?? | 1100110011101101001111110011111111011000111001100011111100111111 | cced3f3fd8e63f3f |
UTF-8 | 耶븍럽應⑴땸 | 111010001000000010110110111010111011100010001101111010111001111110111101111001101000011110001001111000101001000110110100111010111001010110111000 | e880b6ebb88deb9fbde68789e291b4eb95b8 |
UHC | 耶븍럽應⑴땸 | 111001011010110110111010111010111011011110110100111010111110101110101001111001111000101110001110 | e5adbaebb7b4ebeba9e78b8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)