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 | 箙城海跚 | 1110001010110111100011111110100110001010010000111110011011100111 | e2b78fe98a43e6e7 |
EUC-JP | 箙城海跚 | 1110010010111001101111101110101110110011101001001110110011101001 | e4b9beebb3a4ece9 |
UTF-8 | 箙城海跚 | 111001111010111010011001111001011001111110001110111001101011010110110111111010001011011110011010 | e7ae99e59f8ee6b5b7e8b79a |
UHC | ?城海? | 001111111110000011110010111110101010110100111111 | 3fe0f2faad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)