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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 竪多捉辰遜 | 10010010010001111001000110111101100100011010100010010010010000111001000110111011 | 924791bd91a8924391bb |
EUC-JP | 竪多捉辰遜 | 11000011101010001100001010111111110000101010101011000011101001001100001010111101 | c3a8c2bfc2aac3a4c2bd |
UTF-8 | 竪多捉辰遜 | 111001111010101110101010111001011010010010011010111001101000110110001001111010001011111010110000111010011000000110011100 | e7abaae5a49ae68d89e8beb0e9819c |
UHC | 竪多捉辰遜 | 11100010101101011101001011111101111100111011010111110010111000111110000111100001 | e2b5d2fdf3b5f2e3e1e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)