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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | トヲ鄂ヲホ | 110001001010011011100111101111011010011011001110 | c4a6e7bda6ce |
EUC-JP | トヲ鄂ヲホ | 10001110110001001000111010100110111011101011111110001110101001101000111011001110 | 8ec48ea6eebf8ea68ece |
UTF-8 | トヲ鄂ヲホ | 111011111011111010000100111011111011110110100110111010011000010010000010111011111011110110100110111011111011111010001110 | efbe84efbda6e98482efbda6efbe8e |
UHC | ??鄂?? | 001111110011111111100100110001110011111100111111 | 3f3fe4c73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)