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 | 駿兢m | 100011110111100010011001010111011000001010001101 | 8f78995d828d |
EUC-JP | 駿兢m | 101111011101100111010001101111101010001111101101 | bdd9d1bea3ed |
UTF-8 | 駿兢m | 111010011010011110111111111001011000010110100010111011111011110110001101 | e9a7bfe585a2efbd8d |
UHC | 駿兢m | 111100011110011111010000111001111010001111101101 | f1e7d0e7a3ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)