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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 逕啄摶孖 | 1110011110010100100100011110110110011101100101101111101010100110 | e79491ed9d96faa6 |
EUC-JP | 逕啄摶孖 | 111011011111010011000010111011111101100111110110100011111011101010111110 | edf4c2efd9f68fbabe |
UTF-8 | 逕啄摶孖 | 111010011000000010010101111001011001010110000100111001101001000110110110111001011010110110010110 | e98095e59584e691b6e5ad96 |
UHC | 逕啄?? | 110011001110111111110110111100100011111100111111 | cceff6f23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)