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 | 窪?云? | 100011000100010100111111100010010101110100111111 | 8c453f895d3f |
EUC-JP | 窪?云? | 101101111010011000111111101100011011111000111111 | b7a63fb1be3f |
UTF-8 | 窪렱云닺 | 111001111010101010101010111010111010000010110001111001001011101010010001111010111000101110111010 | e7aaaaeba0b1e4ba91eb8bba |
UHC | 窪렱云닺 | 1110100011000001100011101011111011101001111101101011010011101000 | e8c18ebee9f6b4e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)