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 | 絶??甕? | 10010000111000100011111100111111111000010101000000111111 | 90e23f3fe1503f |
EUC-JP | 絶??甕? | 11000000111001000011111100111111111000011011000100111111 | c0e43f3fe1b13f |
UTF-8 | 絶꾬쉐甕욮 | 111001111011010110110110111010101011111010101100111011001000100110010000111001111001010010010101111011001001101010101110 | e7b5b6eabeacec8990e79495ec9aae |
UHC | 絶꾬쉐甕욮 | 11101111101111101000010011101111101111011010011011101000101110001001111101000110 | efbe84efbda6e8b89f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)