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?? | 001111110011111100111111010011010011111100111111 | 3f3f3f4d3f3f |
SJIS-WIN | ?暖拔M?? | 0011111110010010011001111001110101010101010011010011111100111111 | 3f92679d554d3f3f |
EUC-JP | ?暖拔M?? | 0011111111000011110010001101100110110110010011010011111100111111 | 3fc3c8d9b64d3f3f |
UTF-8 | 뤶暖拔M렲셀 | 11101011101001001011011011100110100110101001011011100110100010111001010001001101111010111010000010110010111011001000010110000000 | eba4b6e69a96e68b944deba0b2ec8580 |
UHC | 뤶暖拔M렲셀 | 1000111111100100110100011110110011011010111110110100110110001110101111111011110010111111 | 8fe4d1ecdafb4d8ebfbcbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)