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 | ?P?m?? | 001111110101000000111111011011010011111100111111 | 3f503f6d3f3f |
SJIS-WIN | ?P?m?? | 001111110101000000111111011011010011111100111111 | 3f503f6d3f3f |
EUC-JP | ?P?m?? | 001111110101000000111111011011010011111100111111 | 3f503f6d3f3f |
UTF-8 | 혡P혥m횪쨌 | 1110110110011000101000010101000011101101100110001010010101101101111011011001101010101010111011001010100010001100 | ed98a150ed98a56ded9aaaeca88c |
UHC | 혡P혥m횪쨌 | 11000010100010100101000011000010100011010110110111000011101000001100001010110111 | c28a50c28d6dc3a0c2b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)