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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 雫蔆斜 | 100011101011010011100100110011111000111011001110 | 8eb4e4cf8ece |
EUC-JP | 雫蔆斜 | 101111001011011011101000110100011011110011010000 | bcb6e8d1bcd0 |
UTF-8 | 雫蔆斜 | 111010011001101110101011111010001001010010000110111001101001011010011100 | e99babe89486e6969c |
UHC | ??斜 | 00111111001111111101111011011000 | 3f3fded8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)