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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 錵遂困 | 111010000100010110010000100010111000110110100010 | e845908b8da2 |
EUC-JP | 錵遂困 | 111011111010011010111111111010111011101010100100 | efa6bfebbaa4 |
UTF-8 | 錵遂困 | 111010011000110010110101111010011000000110000010111001011001101110110000 | e98cb5e98182e59bb0 |
UHC | ?遂困 | 0011111111100010110001001100110111011101 | 3fe2c4cddd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)