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 | 謔誤隙遞シ | 111001101000001010001100111010111000110010000100111001111010100010111100 | e6828ceb8c84e7a8bc |
EUC-JP | 謔誤隙遞シ | 11101011111000101011100011101101101101111110010011101110101010101000111010111100 | ebe2b8edb7e4eeaa8ebc |
UTF-8 | 謔誤隙遞シ | 111010001010110010010100111010001010101010100100111010011001101010011001111010011000000110011110111011111011110110111100 | e8ac94e8aaa4e99a99e9819eefbdbc |
UHC | 謔誤隙遞? | 111110011100110011101000101001101101000011000000111101001111011000111111 | f9cce8a6d0c0f4f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)