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 | 幸?害? | 100011010100101100111111100010100101000100111111 | 8d4b3f8a513f |
EUC-JP | 幸?害? | 101110011010110000111111101100111011001000111111 | b9ac3fb3b23f |
UTF-8 | 幸렑害렟 | 111001011011100110111000111010111010000010010001111001011010111010110011111010111010000010011111 | e5b9b8eba091e5aeb3eba09f |
UHC | 幸렑害렟 | 1111101010111001100011101010011011111010101010101000111010110000 | fab98ea6faaa8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)