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 | 驫帚握 | 111010011000101010011011111000101000100010101100 | e98a9be288ac |
EUC-JP | 驫帚握 | 111100011110101011010110111001001011000010101110 | f1ead6e4b0ae |
UTF-8 | 驫帚握 | 111010011010100110101011111001011011100010011010111001101000111110100001 | e9a9abe5b89ae68fa1 |
UHC | ??握 | 00111111001111111110010011000100 | 3f3fe4c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)