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 | 鈐疾辞ウ | 1111101111000010100011101011111011110010101101101000111010101011111100001110100010110011 | fbc28ebef2b68eabf0e8b3 |
EUC-JP | 鈐疾?辞?ウ | 1000111111100011110000011011110011000000001111111011110010101101001111111000111010110011 | 8fe3c1bcc03fbcad3f8eb3 |
UTF-8 | 鈐疾辞ウ | 111010011000100010010000111001111001011010111110111011101000011110101101111010001011111010011110111011101000001010100111111011111011110110110011 | e98890e796beee87ade8be9eee82a7efbdb3 |
UHC | 鈐疾???? | 1100110010100010111100101111000000111111001111110011111100111111 | cca2f2f03f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)