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?? | 001111110011111100111111010011010011111100111111 | 3f3f3f4d3f3f |
EUC-JP | ???M?? | 001111110011111100111111010011010011111100111111 | 3f3f3f4d3f3f |
UTF-8 | 뤶쫷랑M렱샬 | 11101011101001001011011011101100101010111011011111101011100111101001000101001101111010111010000010110001111011001000001110101100 | eba4b6ecabb7eb9e914deba0b1ec83ac |
UHC | 뤶쫷랑M렱샬 | 1000111111100100101001101000111010110110111110110100110110001110101111101011110010100011 | 8fe4a68eb6fb4d8ebebca3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)