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 | ????[ | 0011111100111111001111110011111101011011 | 3f3f3f3f5b |
SJIS-WIN | ??∵?[ | 001111110011111110000001111001100011111101011011 | 3f3f81e63f5b |
EUC-JP | ??∵?[ | 001111110011111110100010111010000011111101011011 | 3f3fa2e83f5b |
UTF-8 | 룫집∵∼[ | 11101011101000111010101111101100101001111001000111100010100010001011010111100010100010001011110001011011 | eba3abeca791e288b5e288bc5b |
UHC | 룫집∵∼[ | 100011111010001011000001111111011010000111110001101000011010110101011011 | 8fa2c1fda1f1a1ad5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)