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 | 枝篩???阜 | 100011100111110111100010101111110011111100111111001111111001010110001100 | 8e7de2bf3f3f3f958c |
EUC-JP | 枝篩???阜 | 101110111101111011100100110000010011111100111111001111111100100111101100 | bbdee4c13f3f3fc9ec |
UTF-8 | 枝篩렕쇤렡阜 | 111001101001111010011101111001111010111110101001111010111010000010010101111011001000011110100100111010111010000010100001111010011001100010011100 | e69e9de7afa9eba095ec87a4eba0a1e9989c |
UHC | 枝篩렕쇤렡阜 | 111100101010101111011110111010001000111010101010101111001110100110001110101100101101110110111101 | f2abdee88eaabce98eb2ddbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)