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 | 五λ?源?? | 100011001101110010000011110010010011111110001100101110010011111100111111 | 8cdc83c93f8cb93f3f |
EUC-JP | 五λ?源?? | 101110001101111010100110110010110011111110111000101110110011111100111111 | b8dea6cb3fb8bb3f3f |
UTF-8 | 五λ쉑源룩린 | 1110010010111010100101001100111010111011111011001000100110010001111001101011101010010000111010111010001110101001111010111010011010110000 | e4ba94cebbec8991e6ba90eba3a9eba6b0 |
UHC | 五λ쉑源룩린 | 111001111110100110100101111010111011110110100111111010101011100110110111111010001011100010110000 | e7e9a5ebbda7eab9b7e8b8b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)