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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 阿?蛾阿 | 10001000101000100011111110001001111010011000100010100010 | 88a23f89e988a2 |
EUC-JP | 阿?蛾阿 | 10110000101001000011111110110010111010111011000010100100 | b0a43fb2ebb0a4 |
UTF-8 | 阿섥蛾阿 | 111010011001100010111111111011001000010010100101111010001001101110111110111010011001100010111111 | e998bfec84a5e89bbee998bf |
UHC | 阿섥蛾阿 | 1110010010111001100110001111100111100100101101101110010010111001 | e4b998f9e4b6e4b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)