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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | テー礦定クェ | 1100001110110000111000011110011010010010111010001011100010101010 | c3b0e1e692e8b8aa |
EUC-JP | テー礦定クェ | 100011101100001110001110101100001110001011101000110001001110101010001110101110001000111010101010 | 8ec38eb0e2e8c4ea8eb88eaa |
UTF-8 | テー礦定クェ | 111011111011111010000011111011111011110110110000111001111010010010100110111001011010111010011010111011111011110110111000111011111011110110101010 | efbe83efbdb0e7a4a6e5ae9aefbdb8efbdaa |
UHC | ???定?? | 00111111001111110011111111101111110100100011111100111111 | 3f3f3fefd23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)