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????H | 0011111100111111010011010011111100111111001111110011111101001000 | 3f3f4d3f3f3f3f48 |
SJIS-WIN | ??M????H | 0011111100111111010011010011111100111111001111110011111101001000 | 3f3f4d3f3f3f3f48 |
EUC-JP | ??M????H | 0011111100111111010011010011111100111111001111110011111101001000 | 3f3f4d3f3f3f3f48 |
UTF-8 | 횄짝M횂혳횄혴H | 1110110110011010100001001110110010100111100111010100110111101101100110101000001011101101100110001011001111101101100110101000010011101101100110001011010001001000 | ed9a84eca79d4ded9a82ed98b3ed9a84ed98b448 |
UHC | 횄짝M횂혳횄혴H | 1100001110000011110000101010011001001101110000111000001011000010100110101100001110000011110000101001101101001000 | c383c2a64dc382c29ac383c29b48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)