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 | ??枇?? | 001111110011111110010100111110000011111100111111 | 3f3f94f83f3f |
EUC-JP | ??枇?? | 001111110011111111001000111110100011111100111111 | 3f3fc8fa3f3f |
UTF-8 | 룶괌枇㈐룫 | 111010111010001110110110111010101011010010001100111001101001111010000111111000111000100010010000111010111010001110101011 | eba3b6eab48ce69e87e38890eba3ab |
UHC | 룶괌枇㈐룫 | 10001111101010111011000110100001110111011110110110101001110000011000111110100010 | 8fabb1a1ddeda9c18fa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)