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 | 羣省レ | 1110001110111000100011111100100011011010 | e3b88fc8da |
EUC-JP | 羣省レ | 111001101011101010111110110010101000111011011010 | e6babeca8eda |
UTF-8 | 羣省レ | 111001111011111010100011111001111001110010000001111011111011111010011010 | e7bea3e79c81efbe9a |
UHC | ?省? | 00111111111000001111110100111111 | 3fe0fd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)