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 | 0011111100111111001111110011111101001101 | 3f3f3f3f4d |
SJIS-WIN | 雲?あ?M | 10001001010111110011111110000010101000000011111101001101 | 895f3f82a03f4d |
EUC-JP | 雲?あ?M | 10110001110000000011111110100100101000100011111101001101 | b1c03fa4a23f4d |
UTF-8 | 雲랑あ찰M | 11101001100110111011001011101011100111101001000111100011100000011000001011101100101100001011000001001101 | e99bb2eb9e91e38182ecb0b04d |
UHC | 雲랑あ찰M | 111010101010001110110110111110111010101010100010110000101111101101001101 | eaa3b6fbaaa2c2fb4d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)