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 | 陽咤齏痾鈔毬 | 100101110111101010011010010000101110100011101011111000010111110111100111111000101001111101111011 | 977a9a42e8ebe17de7e29f7b |
EUC-JP | 陽咤齏痾鈔毬 | 110011011101101111010011101000111111000011101101111000011101111011101110111001001101110111011100 | cddbd3a3f0ede1deeee4dddc |
UTF-8 | 陽咤齏痾鈔毬 | 111010011001100110111101111001011001001010100100111010011011110110001111111001111001011110111110111010011000100010010100111001101010111110101100 | e999bde592a4e9bd8fe797bee98894e6afac |
UHC | 陽咤???毬 | 111001011101010111110110111000110011111100111111001111111100111110110011 | e5d5f6e33f3f3fcfb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)