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 | ???燿 | 0011111100111111001111111110000010100000 | 3f3f3fe0a0 |
EUC-JP | ???燿 | 0011111100111111001111111110000010100010 | 3f3f3fe0a2 |
UTF-8 | 力숃럤燿 | 111011111010011010001010111011001000100010000011111010111001111110100100111001111000011110111111 | efa68aec8883eb9fa4e787bf |
UHC | 力숃럤燿 | 1110011010110011100110011110100010001110100001111110100011111100 | e6b399e88e87e8fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)