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 | ??省膳? | 00111111001111111000111111001000100100010101011000111111 | 3f3f8fc891563f |
EUC-JP | 渲珹省膳? | 1000111111000111111011001000111111001011111110111011111011001010110000011011011100111111 | 8fc7ec8fcbfbbecac1b73f |
UTF-8 | 渲珹省膳涉 | 111001101011100010110010111001111000111110111001111001111001110010000001111010001000011010110011111001101011011010001001 | e6b8b2e78fb9e79c81e886b3e6b689 |
UHC | 渲珹省膳涉 | 11100000110000101110000011111011111000001111110111100000110011101110000011101111 | e0c2e0fbe0fde0cee0ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)