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 | 揶??? | 1001110110001000001111110011111100111111 | 9d883f3f3f |
EUC-JP | 揶??薏 | 11011001111010000011111100111111100011111101100111011110 | d9e83f3f8fd9de |
UTF-8 | 揶쏁썯薏 | 111001101000111110110110111011001000111110000001111011001000110110101111111010001001011010001111 | e68fb6ec8f81ec8dafe8968f |
UHC | 揶쏁썯薏 | 1110010110101010100110111110011110011011100111111110101111111011 | e5aa9be79b9febfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)