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 | ??l??? | 001111110011111101101100001111110011111100111111 | 3f3f6c3f3f3f |
SJIS-WIN | ??l??? | 001111110011111101101100001111110011111100111111 | 3f3f6c3f3f3f |
EUC-JP | ??l??? | 001111110011111101101100001111110011111100111111 | 3f3f6c3f3f3f |
UTF-8 | 횂혩l횂혨횄 | 11101101100110101000001011101101100110001010100101101100111011011001101010000010111011011001100010101000111011011001101010000100 | ed9a82ed98a96ced9a82ed98a8ed9a84 |
UHC | 횂혩l횂혨횄 | 1100001110000010110000101001000101101100110000111000001011000010100100001100001110000011 | c382c2916cc382c290c383 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)