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 | ?盒捲? | 001111111110000110110100100011001001111000111111 | 3fe1b48c9e3f |
EUC-JP | ?盒捲? | 001111111110001010110110101101111111111000111111 | 3fe2b6b7fe3f |
UTF-8 | 뤿盒捲쾌 | 111010111010010010111111111001111001101110010010111001101000110110110010111011001011111010001100 | eba4bfe79b92e68db2ecbe8c |
UHC | 뤿盒捲쾌 | 1000111111101011111110011110110011001111111011001100010011101000 | 8febf9eccfecc4e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)