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 | 耀??裕?? | 1001011101110011001111110011111110010111010101000011111100111111 | 97733f3f97543f3f |
EUC-JP | 耀??裕?? | 1100110111010100001111110011111111001101101101010011111100111111 | cdd43f3fcdb53f3f |
UTF-8 | 耀믩ㅉ裕듣쓩 | 111010001000000010000000111010111010111110101001111000111000010110001001111010001010001110010101111010111001001110100011111011001001001110101001 | e88080ebafa9e38589e8a395eb93a3ec93a9 |
UHC | 耀믩ㅉ裕듣쓩 | 111010011010010110010010111010111010010010111001111010111010111010110101111010001011111010110001 | e9a592eba4b9ebaeb5e8beb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)