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 | ?????H | 001111110011111100111111001111110011111101001000 | 3f3f3f3f3f48 |
SJIS-WIN | 偲゙ナァセH | 10001110110000111101111011000101101001111011111001001000 | 8ec3dec5a7be48 |
EUC-JP | 偲゙ナァセH | 1011110011000101100011101101111010001110110001011000111010100111100011101011111001001000 | bcc58ede8ec58ea78ebe48 |
UTF-8 | 偲゙ナァセH | 11100101100000011011001011101111101111101001111011101111101111101000010111101111101111011010011111101111101111011011111001001000 | e581b2efbe9eefbe85efbda7efbdbe48 |
UHC | ?????H | 001111110011111100111111001111110011111101001000 | 3f3f3f3f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)