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 | ????稔 | 001111110011111100111111001111111001011010101011 | 3f3f3f3f96ab |
EUC-JP | ????稔 | 001111110011111100111111001111111100110010101101 | 3f3f3f3fccad |
UTF-8 | 렰롒롐롁稔 | 111010111010000010110000111010111010000110010010111010111010000110010000111010111010000110000001111001111010100010010100 | eba0b0eba192eba190eba181e7a894 |
UHC | 렰롒롐롁稔 | 10001110101111011000111011010111100011101101011010001110110010001110110011111001 | 8ebd8ed78ed68ec8ecf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)