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 | 鉧ク螯ア褓 | 1111101111001011101110001110010110100110101100011110010111101110 | fbcbb8e5a6b1e5ee |
EUC-JP | 鉧ク螯ア褓 | 1000111111100011111010011000111010111000111010101010100010001110101100011110101011110000 | 8fe3e98eb8eaa88eb1eaf0 |
UTF-8 | 鉧ク螯ア褓 | 111010011000100110100111111011111011110110111000111010001001111010101111111011111011110110110001111010001010010010010011 | e989a7efbdb8e89eafefbdb1e8a493 |
UHC | ????褓 | 001111110011111100111111001111111101110011001110 | 3f3f3f3fdcce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)