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 | ??踪??? | 00111111001111111110011101001000001111110011111100111111 | 3f3fe7483f3f3f |
EUC-JP | ??踪??? | 00111111001111111110110110101001001111110011111100111111 | 3f3feda93f3f3f |
UTF-8 | 룴가踪卽㈐룶 | 111010111010001110110100111010101011000010000000111010001011100010101010111001011000110110111101111000111000100010010000111010111010001110110110 | eba3b4eab080e8b8aae58dbde38890eba3b6 |
UHC | 룴가踪卽㈐룶 | 100011111010100110110000101000011111000110100001111100011110110110101001110000011000111110101011 | 8fa9b0a1f1a1f1eda9c18fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)