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 | 譚題エ域搗螻 | 1110011010011101100100011110100010110100100010001110011010011101100100011110010110110001 | e69d91e8b488e69d91e5b1 |
EUC-JP | 譚題エ域搗螻 | 111010111111110111000010111010101000111010110100101100001110100011011001111100011110101010110011 | ebfdc2ea8eb4b0e8d9f1eab3 |
UTF-8 | 譚題エ域搗螻 | 111010001010110110011010111010011010000110001100111011111011110110110100111001011001111110011111111001101001000010010111111010001001111010111011 | e8ad9ae9a18cefbdb4e59f9fe69097e89ebb |
UHC | 譚題?域搗? | 11010011110010011111000010111001001111111110011010110100110100111111110100111111 | d3c9f0b93fe6b4d3fd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)