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 | 軸鱶ホ | 11110010101011101000111010110010111010011110011011001110 | f2ae8eb2e9e6ce |
EUC-JP | ?軸鱶ホ | 00111111101111001011010011110010111010001000111011001110 | 3fbcb4f2e88ece |
UTF-8 | 軸鱶ホ | 111011101000011110100101111010001011101110111000111010011011000110110110111011111011111010001110 | ee87a5e8bbb8e9b1b6efbe8e |
UHC | ?軸?? | 0011111111110101111011100011111100111111 | 3ff5ee3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)