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 | ???鶯 | 0011111100111111001111111110100111110010 | 3f3f3fe9f2 |
EUC-JP | ???鶯 | 0011111100111111001111111111001011110100 | 3f3f3ff2f4 |
UTF-8 | 롊롕렳鶯 | 111010111010000110001010111010111010000110010101111010111010000010110011111010011011011010101111 | eba18aeba195eba0b3e9b6af |
UHC | 롊롕렳鶯 | 1000111011010000100011101101100110001110110000001110010110100011 | 8ed08ed98ec0e5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)