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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 鬯ゥ蟠取キケB | 11101001101011001010100111100101101101001000111011100110101101111011100101000010 | e9aca9e5b48ee6b7b942 |
EUC-JP | 鬯ゥ蟠取キケB | 11110010101011101000111010101001111010101011011010111100111010001000111010110111100011101011100101000010 | f2ae8ea9eab6bce88eb78eb942 |
UTF-8 | 鬯ゥ蟠取キケB | 11101001101011001010111111101111101111011010100111101000100111111010000011100101100011111001011011101111101111011011011111101111101111011011100101000010 | e9acafefbda9e89fa0e58f96efbdb7efbdb942 |
UHC | ??蟠取??B | 001111110011111111011010111101101111011010100010001111110011111101000010 | 3f3fdaf6f6a23f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)