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 | 矮?弔捧? | 1110000111100010001111111001001010100010100101011111100100111111 | e1e23f92a295f93f |
EUC-JP | 矮?弔捧? | 1110001011100100001111111100010010100100110010101111101100111111 | e2e43fc4a4cafb3f |
UTF-8 | 矮렡弔捧렡 | 111001111001111110101110111010111010000010100001111001011011110010010100111001101000110110100111111010111010000010100001 | e79faeeba0a1e5bc94e68da7eba0a1 |
UHC | 矮렡弔捧렡 | 11101000111000011000111010110010111100001100000011011100111010011000111010110010 | e8e18eb2f0c0dce98eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)