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 | ??踪蕓 | 001111110011111111100111010010001111101110011010 | 3f3fe748fb9a |
EUC-JP | ??踪蕓 | 00111111001111111110110110101001100011111101100111000110 | 3f3feda98fd9c6 |
UTF-8 | 룶깹踪蕓 | 111010111010001110110110111010101011100110111001111010001011100010101010111010001001010110010011 | eba3b6eab9b9e8b8aae89593 |
UHC | 룶깹踪蕓 | 1000111110101011101100101010000111110001101000011110100111111110 | 8fabb2a1f1a1e9fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)