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 | 才l?瀋 | 10001101110010111000001010001100001111111110000001100011 | 8dcb828c3fe063 |
EUC-JP | 才l?瀋 | 10111010110011011010001111101100001111111101111111000100 | bacda3ec3fdfc4 |
UTF-8 | 才l돌瀋 | 111001101000100110001101111011111011110110001100111010111000111110001100111001111000000010001011 | e6898defbd8ceb8f8ce7808b |
UHC | 才l돌瀋 | 1110111010100110101000111110110010110101101110011110010010100011 | eea6a3ecb5b9e4a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)