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 | 荵伜塘 | 111001001011100110011000111001011001001110000100 | e4b998e59384 |
EUC-JP | 荵伜塘 | 111010001011101111010000111001111100010111100100 | e8bbd0e7c5e4 |
UTF-8 | 荵伜塘 | 111010001000110110110101111001001011110010011100111001011010000110011000 | e88db5e4bc9ce5a198 |
UHC | ??塘 | 00111111001111111101001111010010 | 3f3fd3d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)