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 | ??阪蕓 | 001111110011111110001101111000111111101110011010 | 3f3f8de3fb9a |
EUC-JP | ??阪蕓 | 00111111001111111011101011100101100011111101100111000110 | 3f3fbae58fd9c6 |
UTF-8 | 룶점阪蕓 | 111010111010001110110110111011001010000010010000111010011001100010101010111010001001010110010011 | eba3b6eca090e998aae89593 |
UHC | 룶점阪蕓 | 1000111110101011110000011010000111111000101000011110100111111110 | 8fabc1a1f8a1e9fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)