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 | ?M?C?O?He^ | 00111111010011010011111101000011001111110100111100111111010010000110010101011110 | 3f4d3f433f4f3f48655e |
SJIS-WIN | ?M?C?O?He^ | 00111111010011010011111101000011001111110100111100111111010010000110010101011110 | 3f4d3f433f4f3f48655e |
EUC-JP | ?M?C?O?He^ | 00111111010011010011111101000011001111110100111100111111010010000110010101011110 | 3f4d3f433f4f3f48655e |
UTF-8 | 혪M혪C혪O혪He^ | 111011011001100010101010010011011110110110011000101010100100001111101101100110001010101001001111111011011001100010101010010010000110010101011110 | ed98aa4ded98aa43ed98aa4fed98aa48655e |
UHC | 혪M혪C혪O혪He^ | 1100001010010010010011011100001010010010010000111100001010010010010011111100001010010010010010000110010101011110 | c2924dc29243c2924fc29248655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)