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 | 才?第矜 | 10001101110010110011111110010001111001101110000111100000 | 8dcb3f91e6e1e0 |
EUC-JP | 才?第矜 | 10111010110011010011111111000010111010001110001011100010 | bacd3fc2e8e2e2 |
UTF-8 | 才렱第矜 | 111001101000100110001101111010111010000010110001111001111010110010101100111001111001111110011100 | e6898deba0b1e7acace79f9c |
UHC | 才렱第矜 | 1110111010100110100011101011111011110000101011111101000011101000 | eea68ebef0afd0e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)