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 | ??槻 | 00111111001111111001001011001110 | 3f3f92ce |
EUC-JP | ??槻 | 00111111001111111100010011010000 | 3f3fc4d0 |
UTF-8 | 隣얕槻 | 111011111010011110110001111011001001011010010101111001101010011110111011 | efa7b1ec9695e6a7bb |
UHC | 隣얕槻 | 111011001110010010111110111010001101000010100111 | ece4bee8d0a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)