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 | 鞦「螳夲ス | 1110100011100001101000101110010110101110100110101110111110111101 | e8e1a2e5ae9aefbd |
EUC-JP | 鞦「螳夲ス | 11110000111000111000111010100010111010101011000011010100111100011000111010111101 | f0e38ea2eab0d4f18ebd |
UTF-8 | 鞦「螳夲ス | 111010011001111010100110111011111011110110100010111010001001111010110011111001011010010010110010111011111011110110111101 | e99ea6efbda2e89eb3e5a4b2efbdbd |
UHC | ??螳?? | 001111110011111111010011110110010011111100111111 | 3f3fd3d93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)