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 | 淀??葛?堤 | 100101111000010000111111001111111000101010001011001111111001001011100111 | 97843f3f8a8b3f92e7 |
EUC-JP | 淀??葛?堤 | 110011011110010000111111001111111011001111101011001111111100010011101001 | cde43f3fb3eb3fc4e9 |
UTF-8 | 淀累렋葛헒堤 | 111001101011011110000000111011111010010110001111111010111010000010001011111010001001000110011011111011011001011110010010111001011010000010100100 | e6b780efa58feba08be8919bed9792e5a0a4 |
UHC | 淀累렋葛헒堤 | 111011111110001111010010111010011000111010100010110010101110011111000111111001111111000010100111 | efe3d2e98ea2cae7c7e7f0a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)