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???? | 001111110100110100111111001111110011111100111111 | 3f4d3f3f3f3f |
SJIS-WIN | ?M???? | 001111110100110100111111001111110011111100111111 | 3f4d3f3f3f3f |
EUC-JP | ?M???? | 001111110100110100111111001111110011111100111111 | 3f4d3f3f3f3f |
UTF-8 | 혵M챌횚챕혵 | 11101101100110001011010101001101111011001011000110001100111011011001101010011010111011001011000110010101111011011001100010110101 | ed98b54decb18ced9a9aecb195ed98b5 |
UHC | 혵M챌횚챕혵 | 1100001010011100010011011100001110100111110000111001010011000011101010011100001010011100 | c29c4dc3a7c394c3a9c29c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)