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 | 澳??徇?? | 1110000001010011001111110011111110011100011011010011111100111111 | e0533f3f9c6d3f3f |
EUC-JP | 澳??徇?? | 1101111110110100001111110011111111010111110011100011111100111111 | dfb43f3fd7ce3f3f |
UTF-8 | 澳뉔숱徇먫퍘 | 111001101011111010110011111010111000100110010100111011001000100010110001111001011011111010000111111010111010100010101011111011011000110110011000 | e6beb3eb8994ec88b1e5be87eba8abed8d98 |
UHC | 澳뉔숱徇먫퍘 | 111001111111111010000111111010011011110110100010111000101101111110010000111010001011101110001111 | e7fe87e9bda2e2df90e8bb8f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)