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 | 澳??鈺??^ | 111000000101001100111111001111111111101111000100001111110011111101011110 | e0533f3ffbc43f3f5e |
EUC-JP | 澳??鈺??^ | 11011111101101000011111100111111100011111110001111010101001111110011111101011110 | dfb43f3f8fe3d53f3f5e |
UTF-8 | 澳뽳숱鈺뚪뒅^ | 11100110101111101011001111101011101111011011001111101100100010001011000111101001100010001011101011101011100110101010101011101011100100101000010101011110 | e6beb3ebbdb3ec88b1e988baeb9aaaeb92855e |
UHC | 澳뽳숱鈺뚪뒅^ | 11100111111111101001011011101111101111011010001011101000101011011000110011101001100010101000001101011110 | e7fe96efbda2e8ad8ce98a835e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)