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 | 癲l?泣? | 1110000110011111100000101000110000111111100010111000001100111111 | e19f828c3f8b833f |
EUC-JP | 癲l?泣? | 1110001010100001101000111110110000111111101101011110001100111111 | e2a1a3ec3fb5e33f |
UTF-8 | 癲l옕泣길 | 111001111001100110110010111011111011110110001100111011001001100010010101111001101011001110100011111010101011100010111000 | e799b2efbd8cec9895e6b3a3eab8b8 |
UHC | 癲l옕泣길 | 11101111101001101010001111101100100111101001101111101011111010001011000111100110 | efa6a3ec9e9bebe8b1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)