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 | 鬮ョ蛹コ閨エ | 111010011010101110101110111001011000110010111010111010001000000110110100 | e9abaee58cbae881b4 |
EUC-JP | 鬮ョ蛹コ閨エ | 111100101010110110001110101011101110100111101100100011101011101011101111111000011000111010110100 | f2ad8eaee9ec8ebaefe18eb4 |
UTF-8 | 鬮ョ蛹コ閨エ | 111010011010110010101110111011111011110110101110111010001001101110111001111011111011110110111010111010011001011010101000111011111011110110110100 | e9acaeefbdaee89bb9efbdbae996a8efbdb4 |
UHC | ????閨? | 00111111001111110011111100111111110100001011000100111111 | 3f3f3f3fd0b13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)