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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 歪屆ぉ? | 10011000011000111001101110011100100000101010011100111111 | 98639b9c82a73f |
EUC-JP | 歪屆ぉ? | 11001111110001001101010111111100101001001010100100111111 | cfc4d5fca4a93f |
UTF-8 | 歪屆ぉ렮 | 111001101010110110101010111001011011000110000110111000111000000110001001111010111010000010101110 | e6adaae5b186e38189eba0ae |
UHC | 歪屆ぉ렮 | 1110100011100000110011001111101010101010101010011000111010111011 | e8e0ccfaaaa98ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)