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 | 罌??魏?? | 1110001110100000001111110011111111101001101100000011111100111111 | e3a03f3fe9b03f3f |
EUC-JP | 罌??魏?? | 1110011010100010001111110011111111110010101100100011111100111111 | e6a23f3ff2b23f3f |
UTF-8 | 罌븐옃魏졾즳 | 111001111011110110001100111010111011100010010000111011001001100010000011111010011010110110001111111011001010000110111110111011001010011010110011 | e7bd8cebb890ec9883e9ad8feca1beeca6b3 |
UHC | 罌븐옃魏졾즳 | 111001011010001010111010111011001001111010001111111010101110000010100000111001011010001110000101 | e5a2baec9e8feae0a0e5a385 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)