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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 鱠ノシ鱠ノシ^ | 111010011110010011001001101111001110100111100100110010011011110001011110 | e9e4c9bce9e4c9bc5e |
EUC-JP | 鱠ノシ鱠ノシ^ | 11110010111001101000111011001001100011101011110011110010111001101000111011001001100011101011110001011110 | f2e68ec98ebcf2e68ec98ebc5e |
UTF-8 | 鱠ノシ鱠ノシ^ | 11101001101100011010000011101111101111101000100111101111101111011011110011101001101100011010000011101111101111101000100111101111101111011011110001011110 | e9b1a0efbe89efbdbce9b1a0efbe89efbdbc5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)