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 | 伊?? | 10001000110010010011111100111111 | 88c93f3f |
EUC-JP | 伊芚? | 101100001100101110001111110101111011101100111111 | b0cb8fd7bb3f |
UTF-8 | 伊芚렦 | 111001001011110010001010111010001000101010011010111010111010000010100110 | e4bc8ae88a9aeba0a6 |
UHC | 伊芚렦 | 111011001010010111010100111011001000111010110101 | eca5d4ec8eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)