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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蜀灘エ秘コシ | 111001011000011010010011111001011011010010010100111010011011101010111100 | e58693e5b494e9babc |
EUC-JP | 蜀灘エ秘コシ | 111010011110011011000110111001111000111010110100110010001110101110001110101110101000111010111100 | e9e6c6e78eb4c8eb8eba8ebc |
UTF-8 | 蜀灘エ秘コシ | 111010001001110010000000111001111000000110011000111011111011110110110100111001111010011110011000111011111011110110111010111011111011110110111100 | e89c80e78198efbdb4e7a798efbdbaefbdbc |
UHC | 蜀灘?秘?? | 111101011011100111110111101010000011111111011101111110100011111100111111 | f5b9f7a83fddfa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)