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 | ??ぉ | 00111111001111111000001010100111 | 3f3f82a7 |
EUC-JP | 孼?ぉ | 100011111011101011000011001111111010010010101001 | 8fbac33fa4a9 |
UTF-8 | 孼뽰ぉ | 111001011010110110111100111010111011110110110000111000111000000110001001 | e5adbcebbdb0e38189 |
UHC | 孼뽰ぉ | 111001011110110110010110111011001010101010101001 | e5ed96ecaaa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)