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?蚓?? | 100010011001000010000010100011000011111111100101011011010011111100111111 | 8990828c3fe56d3f3f |
EUC-JP | 艶l?蚓?? | 101100011111000010100011111011000011111111101001110011100011111100111111 | b1f0a3ec3fe9ce3f3f |
UTF-8 | 艶l룄蚓껈댖 | 111010001000100110110110111011111011110110001100111010111010001110000100111010001001101010010011111010101011101110001000111010111000110010010110 | e889b6efbd8ceba384e89a93eabb88eb8c96 |
UHC | 艶l룄蚓껈댖 | 111001101111110110100011111011001000111110000100111011001110001010000011111010011000100010111010 | e6fda3ec8f84ece283e988ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)