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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 耀??節? | 10010111011100110011111100111111100100001101111100111111 | 97733f3f90df3f |
EUC-JP | 耀??節? | 11001101110101000011111100111111110000001110000100111111 | cdd43f3fc0e13f |
UTF-8 | 耀믩쵇節욃 | 111010001000000010000000111010111010111110101001111011001011010110000111111001111010111110000000111011001001101010000011 | e88080ebafa9ecb587e7af80ec9a83 |
UHC | 耀믩쵇節욃 | 11101001101001011001001011101011101011001000100111101111101111011001111011100101 | e9a592ebac89efbd9ee5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)