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 | ?氓?塵?? | 0011111110011111100000100011111110010000011011110011111100111111 | 3f9f823f906f3f3f |
EUC-JP | ?氓?塵湞? | 00111111110111011110001000111111101111111101000010001111110001111111111000111111 | 3fdde23fbfd08fc7fe3f |
UTF-8 | 뤗氓띰塵湞몌 | 111010111010010010010111111001101011000010010011111010111001110110110000111001011010000110110101111001101011100110011110111010111010101010001100 | eba497e6b093eb9db0e5a1b5e6b99eebaa8c |
UHC | 뤗氓띰塵湞몌 | 100011111100011111011000111011001011011011101111111100101100100011101111111001101011100011101111 | 8fc7d8ecb6eff2c8efe6b8ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)