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 | 逡????? | 11100111100101010011111100111111001111110011111100111111 | e7953f3f3f3f3f |
EUC-JP | 逡????? | 11101101111101010011111100111111001111110011111100111111 | edf53f3f3f3f3f |
UTF-8 | 逡ㅸ렮ㆁ렰렰 | 111010011000000010100001111000111000010110111000111010111010000010101110111000111000011010000001111010111010000010110000111010111010000010110000 | e980a1e385b8eba0aee38681eba0b0eba0b0 |
UHC | 逡ㅸ렮ㆁ렰렰 | 111100011110010010100100111010001000111010111011101001001111000110001110101111011000111010111101 | f1e4a4e88ebba4f18ebd8ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)