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 | 﨑宅筒妺 | 1111101010110001100100011110111010010011100110111111101010100101 | fab191ee939bfaa5 |
EUC-JP | ?宅筒妺 | 0011111111000010111100001100010111111011100011111011100110110111 | 3fc2f0c5fb8fb9b7 |
UTF-8 | 﨑宅筒妺 | 111011111010100010010001111001011010111010000101111001111010110110010010111001011010011010111010 | efa891e5ae85e7ad92e5a6ba |
UHC | ?宅筒? | 001111111101001111101011111101111101010100111111 | 3fd3ebf7d53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)