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 | 単蔵辰坦 | 1001001001010000100100011010000010010010010000111001001001010010 | 925091a092439252 |
EUC-JP | 単蔵辰坦 | 1100001110110001110000101010001011000011101001001100001110110011 | c3b1c2a2c3a4c3b3 |
UTF-8 | 単蔵辰坦 | 111001011000110110011000111010001001010010110101111010001011111010110000111001011001110110100110 | e58d98e894b5e8beb0e59da6 |
UHC | ??辰坦 | 001111110011111111110010111000111111011110100100 | 3f3ff2e3f7a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)