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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 雲?じ? | 100010010101111100111111100000101011011000111111 | 895f3f82b63f |
EUC-JP | 雲?じ? | 101100011100000000111111101001001011100000111111 | b1c03fa4b83f |
UTF-8 | 雲랑じ렡 | 111010011001101110110010111010111001111010010001111000111000000110011000111010111010000010100001 | e99bb2eb9e91e38198eba0a1 |
UHC | 雲랑じ렡 | 1110101010100011101101101111101110101010101110001000111010110010 | eaa3b6fbaab88eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)