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 | 茹k?與?? | 111001001010010110000010100010110011111111100100011011110011111100111111 | e4a5828b3fe46f3f3f |
EUC-JP | 茹k?與?? | 111010001010011110100011111010110011111111100111110100000011111100111111 | e8a7a3eb3fe7d03f3f |
UTF-8 | 茹k젉與잌룯 | 111010001000110010111001111011111011110110001011111011001010000010001001111010001000100010000111111011001001111010001100111010111010001110101111 | e88cb9efbd8beca089e88887ec9e8ceba3af |
UHC | 茹k젉與잌룯 | 111001101010101010100011111010111010000010001011111001101010100010011111111001011000111110100101 | e6aaa3eba08be6a89fe58fa5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)