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 | 鈐疾辞治 | 111110111100001010001110101111101111001010110110100011101010101111110010101000101000111010100001 | fbc28ebef2b68eabf2a28ea1 |
EUC-JP | 鈐疾?辞?治 | 1000111111100011110000011011110011000000001111111011110010101101001111111011110010100011 | 8fe3c1bcc03fbcad3fbca3 |
UTF-8 | 鈐疾辞治 | 111010011000100010010000111001111001011010111110111011101000011110101101111010001011111010011110111011101000011110011001111001101011001010111011 | e98890e796beee87ade8be9eee8799e6b2bb |
UHC | 鈐疾???治 | 110011001010001011110010111100000011111100111111001111111111011010111101 | cca2f2f03f3f3ff6bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)