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 | 鏑???模 | 10010011010011000011111100111111001111111001011011001101 | 934c3f3f3f96cd |
EUC-JP | 鏑??堉模 | 110001011010110100111111001111111000111110110111111111011100110011001111 | c5ad3f3f8fb7fdcccf |
UTF-8 | 鏑뤋즈堉模 | 111010011000111110010001111010111010010010001011111011001010011010001000111001011010000010001001111001101010100010100001 | e98f91eba48beca688e5a089e6a8a1 |
UHC | 鏑뤋즈堉模 | 11101110111010111000111110111011110000011110111011101011101111001101100110111100 | eeeb8fbbc1eeebbcd9bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)