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 | 偕?楷? | 100110001111000100111111100111101011001000111111 | 98f13f9eb23f |
EUC-JP | 偕?楷? | 110100001111001100111111110111001011010000111111 | d0f33fdcb43f |
UTF-8 | 偕렗楷곈 | 111001011000000110010101111010111010000010010111111001101010010110110111111010101011001110001000 | e58195eba097e6a5b7eab388 |
UHC | 偕렗楷곈 | 1111101010100101100011101010110011111010101011001011000011101001 | faa58eacfaacb0e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)