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 | 泣좼 | 111001101011001110100011111011001010001010111100 | e6b3a3eca2bc |
SJIS-WIN | ??£?¢? | 0011111100111111100000011001001000111111100000011001000100111111 | 3f3f81923f81913f |
EUC-JP | �� | 100011111010100111000001001111111010000111110010100011111010101111000000101000011111000100111111 | 8fa9c13fa1f28fabc0a1f13f |
UTF-8 | 泣좼 | 110000111010011011000010101100111100001010100011110000111010110011000010101000101100001010111100 | c3a6c2b3c2a3c3acc2a2c2bc |
UHC | æ³???¼ | 101010011010000110101001111110000011111100111111001111111010100011111001 | a9a1a9f83f3f3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)