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 | ???恁l? | 0011111100111111001111111001110010001100100000101000110000111111 | 3f3f3f9c8c828c3f |
EUC-JP | ???恁l? | 0011111100111111001111111101011111101100101000111110110000111111 | 3f3f3fd7eca3ec3f |
UTF-8 | 梨뺥삻恁l콉 | 111011111010011110100010111010111011101010100101111011001000001010111011111001101000000110000001111011111011110110001100111011001011110110001001 | efa7a2ebbaa5ec82bbe68181efbd8cecbd89 |
UHC | 梨뺥삻恁l콉 | 111011001011000110010101111011011001100010110010111011001111011010100011111011001011000110000101 | ecb195ed98b2ecf6a3ecb185 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)