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 | 邵ア豺 | 1110011110111000101100011110011010110111 | e7b8b1e6b7 |
EUC-JP | 邵ア豺 | 111011101011101010001110101100011110110010111001 | eeba8eb1ecb9 |
UTF-8 | 邵ア豺 | 111010011000001010110101111011111011110110110001111010001011000110111010 | e982b5efbdb1e8b1ba |
UHC | 邵?豺 | 1110000111010000001111111110001111001111 | e1d03fe3cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)