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 | 闍灘摺 | 111010001000101110010011111001011001000010100000 | e88b93e590a0 |
EUC-JP | 闍灘摺 | 111011111110101111000110111001111100000010100010 | efebc6e7c0a2 |
UTF-8 | 闍灘摺 | 111010011001011110001101111001111000000110011000111001101001000110111010 | e9978de78198e691ba |
UHC | ?灘摺 | 0011111111110111101010001110111111001001 | 3ff7a8efc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)