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 | 11101001101011001011001011100101100000001010000111100101101011111010001001000010 | e9acb2e580a1e5afa242 |
EUC-JP | 鬯イ蛟。蟇「B | 11110010101011101000111010110010111010011110000010001110101000011110101010110001100011101010001001000010 | f2ae8eb2e9e08ea1eab18ea242 |
UTF-8 | 鬯イ蛟。蟇「B | 11101001101011001010111111101111101111011011001011101000100110111001111111101111101111011010000111101000100111111000011111101111101111011010001001000010 | e9acafefbdb2e89b9fefbda1e89f87efbda242 |
UHC | ??蛟???B | 0011111100111111110011101111000100111111001111110011111101000010 | 3f3fcef13f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)