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 | 斜雫邪舎 | 1000111011001110100011101011010010001110110101111000111011001001 | 8ece8eb48ed78ec9 |
EUC-JP | 斜雫邪舎 | 1011110011010000101111001011011010111100110110011011110011001011 | bcd0bcb6bcd9bccb |
UTF-8 | 斜雫邪舎 | 111001101001011010011100111010011001101110101011111010011000001010101010111010001000100010001110 | e6969ce99babe982aae8888e |
UHC | 斜?邪? | 110111101101100000111111110111101111011100111111 | ded83fdef73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)