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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ヒリ錮 | 11001011110110001110011111111100 | cbd8e7fc |
EUC-JP | ヒリ錮 | 100011101100101110001110110110001110111011111110 | 8ecb8ed8eefe |
UTF-8 | ヒリ錮 | 111011111011111010001011111011111011111010011000111010011000110010101110 | efbe8befbe98e98cae |
UHC | ??錮 | 00111111001111111100110111010001 | 3f3fcdd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)