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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 歪屆ぉ?歪 | 100110000110001110011011100111001000001010100111001111111001100001100011 | 98639b9c82a73f9863 |
EUC-JP | 歪屆ぉ?歪 | 110011111100010011010101111111001010010010101001001111111100111111000100 | cfc4d5fca4a93fcfc4 |
UTF-8 | 歪屆ぉ렮歪 | 111001101010110110101010111001011011000110000110111000111000000110001001111010111010000010101110111001101010110110101010 | e6adaae5b186e38189eba0aee6adaa |
UHC | 歪屆ぉ렮歪 | 11101000111000001100110011111010101010101010100110001110101110111110100011100000 | e8e0ccfaaaa98ebbe8e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)