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?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | ?忌h?忌 | 00111111100010101111010101101000001111111000101011110101 | 3f8af5683f8af5 |
EUC-JP | ?忌h?忌 | 00111111101101001111011101101000001111111011010011110111 | 3fb4f7683fb4f7 |
UTF-8 | 뤚忌h뤚忌 | 11101011101001001001101011100101101111111000110001101000111010111010010010011010111001011011111110001100 | eba49ae5bf8c68eba49ae5bf8c |
UHC | 뤚忌h뤚忌 | 100011111100100111010000111110110110100010001111110010011101000011111011 | 8fc9d0fb688fc9d0fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)