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 | ???宜ユ | 00111111001111110011111110001011010110001000001110000110 | 3f3f3f8b588386 |
EUC-JP | ???宜ユ | 00111111001111110011111110110101101110011010010111100110 | 3f3f3fb5b9a5e6 |
UTF-8 | 麗몄뢿宜ユ | 111011111010011010001000111010111010101010000100111010111010001010111111111001011010111010011100111000111000001110100110 | efa688ebaa84eba2bfe5ae9ce383a6 |
UHC | 麗몄뢿宜ユ | 11100110101100001011100011101100100011111000001011101011111100011010101111100110 | e6b0b8ec8f82ebf1abe6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)