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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??靄??? | 00111111001111111110100011001001001111110011111100111111 | 3f3fe8c93f3f3f |
EUC-JP | ??靄??? | 00111111001111111111000011001011001111110011111100111111 | 3f3ff0cb3f3f3f |
UTF-8 | 롔롌靄롉롚롅 | 111010111010000110010100111010111010000110001100111010011001110110000100111010111010000110001001111010111010000110011010111010111010000110000101 | eba194eba18ce99d84eba189eba19aeba185 |
UHC | 롔롌靄롉롚롅 | 100011101101100010001110110100101110010011110111100011101100111110001110110111101000111011001011 | 8ed88ed2e4f78ecf8ede8ecb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)