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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???お?誼 | 0011111100111111001111111000001010101000001111111000101101100010 | 3f3f3f82a83f8b62 |
EUC-JP | ???お?誼 | 0011111100111111001111111010010010101010001111111011010111000011 | 3f3f3fa4aa3fb5c3 |
UTF-8 | 룵ㄱ춳お룫誼 | 111010111010001110110101111000111000010010110001111011001011011010110011111000111000000110001010111010111010001110101011111010001010101010111100 | eba3b5e384b1ecb6b3e3818aeba3abe8aabc |
UHC | 룵ㄱ춳お룫誼 | 100011111010101010100100101000011010110110001111101010101010101010001111101000101110101111111110 | 8faaa4a1ad8faaaa8fa2ebfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)