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 | ???LB | 0011111100111111001111110100110001000010 | 3f3f3f4c42 |
SJIS-WIN | 傭??LB | 100101110110001000111111001111110100110001000010 | 97623f3f4c42 |
EUC-JP | 傭?đLB | 1100110111000011001111111000111110101001110000100100110001000010 | cdc33f8fa9c24c42 |
UTF-8 | 傭며đLB | 11100101100000101010110111101011101010011011000011000100100100010100110001000010 | e582adeba9b0c4914c42 |
UHC | 傭며đLB | 1110100110110110101110001110011110101001101000100100110001000010 | e9b6b8e7a9a24c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)