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 | 訷ッ驟碁償 | 111110111010010010101111111010011000010110001100111010011000111110011110 | fba4afe9858ce98f9e |
EUC-JP | 訷ッ驟碁償 | 1000111111011101110101001000111010101111111100011110010110111000111010111011110111111110 | 8fddd48eaff1e5b8ebbdfe |
UTF-8 | 訷ッ驟碁償 | 111010001010100010110111111011111011110110101111111010011010100110011111111001111010001010000001111001011000010010011111 | e8a8b7efbdafe9a99fe7a281e5849f |
UHC | ??驟碁償 | 0011111100111111111101101010111011010001101100111101111111000001 | 3f3ff6aed1b3dfc1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)