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 | 顋芽ざ豬 | 1110100011111001100010011110100010000010101101001110011010110101 | e8f989e882b4e6b5 |
EUC-JP | 顋芽ざ豬 | 1111000011111011101100101110101010100100101101101110110010110111 | f0fbb2eaa4b6ecb7 |
UTF-8 | 顋芽ざ豬 | 111010011010000110001011111010001000101010111101111000111000000110010110111010001011000110101100 | e9a18be88abde38196e8b1ac |
UHC | ?芽ざ? | 001111111110010010110100101010101011011000111111 | 3fe4b4aab63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)