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 | 邯ョ蜀怜キヲ | 111001111011011010101110111001011000011010010111111001011011011110100110 | e7b6aee58697e5b7a6 |
EUC-JP | 邯ョ蜀怜キヲ | 111011101011100010001110101011101110100111100110110011101110011110001110101101111000111010100110 | eeb88eaee9e6cee78eb78ea6 |
UTF-8 | 邯ョ蜀怜キヲ | 111010011000001010101111111011111011110110101110111010001001110010000000111001101000000010011100111011111011110110110111111011111011110110100110 | e982afefbdaee89c80e6809cefbdb7efbda6 |
UHC | 邯?蜀怜?? | 110010101111101100111111111101011011100111010110101110110011111100111111 | cafb3ff5b9d6bb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)