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 | 譽哦霎ソ蝮ヲ | 11100110101000111001101001000111111010001011111010111111111001011001110110100110 | e6a39a47e8bebfe59da6 |
EUC-JP | 譽哦霎ソ蝮ヲ | 111011001010010111010011101010001111000011000000100011101011111111101001111111011000111010100110 | eca5d3a8f0c08ebfe9fd8ea6 |
UTF-8 | 譽哦霎ソ蝮ヲ | 111010001010110110111101111001011001001110100110111010011001110010001110111011111011110110111111111010001001110110101110111011111011110110100110 | e8adbde593a6e99c8eefbdbfe89daeefbda6 |
UHC | 譽????? | 11100111111000100011111100111111001111110011111100111111 | e7e23f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)