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 | 鮟醍ォコ蠇オ | 111010011011101110010001111001111010101110111010111110111010000110110101 | e9bb91e7abbafba1b5 |
EUC-JP | 鮟醍ォコ?オ | 1111001010111101110000101110100110001110101010111000111010111010001111111000111010110101 | f2bdc2e98eab8eba3f8eb5 |
UTF-8 | 鮟醍ォコ蠇オ | 111010011010111010011111111010011000011010001101111011111011110110101011111011111011110110111010111010001010000010000111111011111011110110110101 | e9ae9fe9868defbdabefbdbae8a087efbdb5 |
UHC | 鮟醍???? | 1110010011010101111100001011010100111111001111110011111100111111 | e4d5f0b53f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)