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 | ??瞼枇?〓 | 001111110011111111100001110110011001010011111000001111111000000110101100 | 3f3fe1d994f83f81ac |
EUC-JP | ??瞼枇?〓 | 001111110011111111100010110110111100100011111010001111111010001010101110 | 3f3fe2dbc8fa3fa2ae |
UTF-8 | 룶괍瞼枇㈐〓 | 111010111010001110110110111010101011010010001101111001111001111010111100111001101001111010000111111000111000100010010000111000111000000010010011 | eba3b6eab48de79ebce69e87e38890e38093 |
UHC | 룶괍瞼枇㈐〓 | 100011111010101110110001101000101100110010100001110111011110110110101001110000011010000111101011 | 8fabb1a2cca1ddeda9c1a1eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)