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 | 巽存臓谷 | 1001001001000110100100011011011010010001100111111001001001001010 | 924691b6919f924a |
EUC-JP | 巽存臓谷 | 1100001110100111110000101011100011000010101000011100001110101011 | c3a7c2b8c2a1c3ab |
UTF-8 | 巽存臓谷 | 111001011011011110111101111001011010110110011000111010001000011110010011111010001011000010110111 | e5b7bde5ad98e88793e8b0b7 |
UHC | 巽存?谷 | 11100001110111101111000011101101001111111100110111011011 | e1def0ed3fcddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)