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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 泳????B | 10001001011010100011111100111111001111110011111101000010 | 896a3f3f3f3f42 |
EUC-JP | 泳????B | 10110001110010110011111100111111001111110011111101000010 | b1cb3f3f3f3f42 |
UTF-8 | 泳뷴졃廬뾗B | 11100110101100111011001111101011101101111011010011101100101000011000001111101111101001101000001011101011101111101001011101000010 | e6b3b3ebb7b4eca183efa682ebbe9742 |
UHC | 泳뷴졃廬뾗B | 1110011110110110101110101110010110100000101101001110010111111110100101110101010001000010 | e7b6bae5a0b4e5fe975442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)