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 | 但単臓蔵 | 1001001001000001100100100101000010010001100111111001000110100000 | 92419250919f91a0 |
EUC-JP | 但単臓蔵 | 1100001110100010110000111011000111000010101000011100001010100010 | c3a2c3b1c2a1c2a2 |
UTF-8 | 但単臓蔵 | 111001001011110110000110111001011000110110011000111010001000011110010011111010001001010010110101 | e4bd86e58d98e88793e894b5 |
UHC | 但??? | 1101001110100011001111110011111100111111 | d3a33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)