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 | 陽瞎魎陽 | 1001011101111010111000011101000011101001101100101001011101111010 | 977ae1d0e9b2977a |
EUC-JP | 陽瞎魎陽 | 1100110111011011111000101101001011110010101101001100110111011011 | cddbe2d2f2b4cddb |
UTF-8 | 陽瞎魎陽 | 111010011001100110111101111001111001111010001110111010011010110110001110111010011001100110111101 | e999bde79e8ee9ad8ee999bd |
UHC | 陽??陽 | 111001011101010100111111001111111110010111010101 | e5d53f3fe5d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)