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 | ?@}?@|?@| | 001111110100000001111101001111110100000001111100001111110100000001111100 | 3f407d3f407c3f407c |
SJIS-WIN | ?@}?@|?@| | 001111110100000001111101001111110100000001111100001111110100000001111100 | 3f407d3f407c3f407c |
EUC-JP | ?@}?@|?@| | 001111110100000001111101001111110100000001111100001111110100000001111100 | 3f407d3f407c3f407c |
UTF-8 | 혪@}혪@|혪@| | 111011011001100010101010010000000111110111101101100110001010101001000000011111001110110110011000101010100100000001111100 | ed98aa407ded98aa407ced98aa407c |
UHC | 혪@}혪@|혪@| | 110000101001001001000000011111011100001010010010010000000111110011000010100100100100000001111100 | c292407dc292407cc292407c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)