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? | 001111111001010011100011001111110100110100111111 | 3f94e33f4d3f |
EUC-JP | ?斐?M? | 001111111100100011100101001111110100110100111111 | 3fc8e53f4d3f |
UTF-8 | 뤶斐숨M렱 | 11101011101001001011011011100110100101101001000011101100100010001010100001001101111010111010000010110001 | eba4b6e69690ec88a84deba0b1 |
UHC | 뤶斐숨M렱 | 100011111110010011011101111011001011110011111011010011011000111010111110 | 8fe4ddecbcfb4d8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)