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 | 已?美闇 | 10011011110111110011111110010100111111001000100011000101 | 9bdf3f94fc88c5 |
EUC-JP | 已?美闇 | 11010110111000010011111111001000111111101011000011000111 | d6e13fc8feb0c7 |
UTF-8 | 已고美闇 | 111001011011011110110010111010101011001110100000111001111011111010001110111010011001011110000111 | e5b7b2eab3a0e7be8ee99787 |
UHC | 已고美闇 | 1110110010101011101100001110110111011010101110001110010011100001 | ecabb0eddab8e4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)