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 | 霆顔「梧貔 | 111010001011101110001010111001111010001010001100111001101110011010111110 | e8bb8ae7a28ce6e6be |
EUC-JP | 霆顔「梧貔 | 11110000101111011011010011101001100011101010001010111000111010001110110011000000 | f0bdb4e98ea2b8e8ecc0 |
UTF-8 | 霆顔「梧貔 | 111010011001110010000110111010011010000110010100111011111011110110100010111001101010001010100111111010001011001010010100 | e99c86e9a194efbda2e6a2a7e8b294 |
UHC | 霆顔?梧? | 1110111111111101111001001101010000111111111001111111110000111111 | effde4d43fe7fc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)