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?? | 00111111001111110011111100111111010011010011111100111111 | 3f3f3f3f4d3f3f |
SJIS-WIN | ????M?? | 00111111001111110011111100111111010011010011111100111111 | 3f3f3f3f4d3f3f |
EUC-JP | ????M?? | 00111111001111110011111100111111010011010011111100111111 | 3f3f3f3f4d3f3f |
UTF-8 | 쩌횛쩌짱M챙횞 | 11101100101010011000110011101101100110101001101111101100101010011000110011101100101001111011000101001101111011001011000110011001111011011001101010011110 | eca98ced9a9beca98ceca7b14decb199ed9a9e |
UHC | 쩌횛쩌짱M챙횞 | 11000010101111001100001110010101110000101011110011000010101011110100110111000011101011001100001110010111 | c2bcc395c2bcc2af4dc3acc397 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)