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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??莎ぃ | 001111110011111111100100101100111000001010100001 | 3f3fe4b382a1 |
EUC-JP | ??莎ぃ | 001111110011111111101000101101011010010010100011 | 3f3fe8b5a4a3 |
UTF-8 | 룶ㄱ莎ぃ | 111010111010001110110110111000111000010010110001111010001000111010001110111000111000000110000011 | eba3b6e384b1e88e8ee38183 |
UHC | 룶ㄱ莎ぃ | 1000111110101011101001001010000111011110111011011010101010100011 | 8faba4a1deedaaa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)