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 | ??Y??? | 001111110011111101011001001111110011111100111111 | 3f3f593f3f3f |
SJIS-WIN | ??Y壓?? | 00111111001111110101100110011010110110000011111100111111 | 3f3f599ad83f3f |
EUC-JP | ??Y壓?? | 00111111001111110101100111010100110110100011111100111111 | 3f3f59d4da3f3f |
UTF-8 | 손섞Y壓손섟 | 11101100100001101001000011101100100001001001111001011001111001011010001110010011111011001000011010010000111011001000010010011111 | ec8690ec849e59e5a393ec8690ec849f |
UHC | 손섞Y壓손섟 | 1011110011010101101111001010111101011001111001001110001010111100110101011011110010110000 | bcd5bcaf59e4e2bcd5bcb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)