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 | 驛?す? | 111010011000001100111111100000101011011100111111 | e9833f82b73f |
EUC-JP | 驛?す縕 | 1111000111100011001111111010010010111001100011111101010011000010 | f1e33fa4b98fd4c2 |
UTF-8 | 驛덅す縕 | 111010011010100110011011111010111000110110000101111000111000000110011001111001111011100010010101 | e9a99beb8d85e38199e7b895 |
UHC | 驛덅す縕 | 1110011010111110100010001110100010101010101110011110100010110010 | e6be88e8aab9e8b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)