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 | ?翊? | 00111111111000111100001000111111 | 3fe3c23f |
EUC-JP | 翟翊? | 100011111101010110111100111001101100010000111111 | 8fd5bce6c43f |
UTF-8 | 翟翊롕 | 111001111011111110011111111001111011111110001010111010111010000110010101 | e7bf9fe7bf8aeba195 |
UHC | 翟翊롕 | 111011101110000111101100110011011000111011011001 | eee1eccd8ed9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)