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 | ∫∵?? | 100000011110011110000001111001100011111100111111 | 81e781e63f3f |
EUC-JP | ∫∵?? | 101000101110100110100010111010000011111100111111 | a2e9a2e83f3f |
UTF-8 | ∫∵룶濫 | 111000101000100010101011111000101000100010110101111010111010001110110110111011111010010010100010 | e288abe288b5eba3b6efa4a2 |
UHC | ∫∵룶濫 | 1010000111110010101000011111000110001111101010111101000111111010 | a1f2a1f18fabd1fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)