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? | 0011111100111111001111110100110100111111 | 3f3f3f4d3f |
SJIS-WIN | ?暖拔M? | 00111111100100100110011110011101010101010100110100111111 | 3f92679d554d3f |
EUC-JP | ?暖拔M? | 00111111110000111100100011011001101101100100110100111111 | 3fc3c8d9b64d3f |
UTF-8 | 뤶暖拔M렲 | 11101011101001001011011011100110100110101001011011100110100010111001010001001101111010111010000010110010 | eba4b6e69a96e68b944deba0b2 |
UHC | 뤶暖拔M렲 | 100011111110010011010001111011001101101011111011010011011000111010111111 | 8fe4d1ecdafb4d8ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)