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 | 蔭?? | 10001000111111000011111100111111 | 88fc3f3f |
EUC-JP | 蔭?? | 10110000111111100011111100111111 | b0fe3f3f |
UTF-8 | 蔭쯔렧 | 111010001001010010101101111011001010111110010100111010111010000010100111 | e894adecaf94eba0a7 |
UHC | 蔭쯔렧 | 111010111110001111000010111010101000111010110110 | ebe3c2ea8eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)