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 | 奣夭哩豬 | 1111101010100011100110101110111010010110100010011110011010110101 | faa39aee9689e6b5 |
EUC-JP | 奣夭哩豬 | 100011111011100011111100110101001111000011001011111010011110110010110111 | 8fb8fcd4f0cbe9ecb7 |
UTF-8 | 奣夭哩豬 | 111001011010010110100011111001011010010010101101111001011001001110101001111010001011000110101100 | e5a5a3e5a4ade593a9e8b1ac |
UHC | ?夭?? | 0011111111101000111011000011111100111111 | 3fe8ec3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)