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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??廓?? | 001111110011111110001010011001100011111100111111 | 3f3f8a663f3f |
EUC-JP | ??廓?? | 001111110011111110110011110001110011111100111111 | 3f3fb3c73f3f |
UTF-8 | 벎계廓識㎗ | 111010111011001010001110111010101011001110000100111001011011101110010011111011111010011110111100111000111000111010010111 | ebb28eeab384e5bb93efa7bce38e97 |
UHC | 벎계廓識㎗ | 10111001111110111011000011101000110011101010100111110010101111011010011110100011 | b9fbb0e8cea9f2bda7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)