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 | 芯??氏?? | 1001000001100011001111110011111110001110100000010011111100111111 | 90633f3f8e813f3f |
EUC-JP | 芯??氏?? | 1011111111000100001111110011111110111011111000010011111100111111 | bfc43f3fbbe13f3f |
UTF-8 | 芯륂뢚氏딇뢔 | 111010001000101010101111111010111010010110000010111010111010001010011010111001101011000010001111111010111001010010000111111010111010001010010100 | e88aafeba582eba29ae6b08feb9487eba294 |
UHC | 芯륂뢚氏딇뢔 | 111001001010010110001111111011011000111101010101111001001010101110001010111011011000111101001111 | e4a58fed8f55e4ab8aed8f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)