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 | 絛梧陰藹 | 1110001101010101100011001110011010001001010000011110010101011100 | e3558ce68941e55c |
EUC-JP | 絛梧陰藹 | 1110010110110110101110001110100010110001101000101110100110111101 | e5b6b8e8b1a2e9bd |
UTF-8 | 絛梧陰藹 | 111001111011010110011011111001101010001010100111111010011001100110110000111010001001011110111001 | e7b59be6a2a7e999b0e897b9 |
UHC | ?梧陰? | 001111111110011111111100111010111110010000111111 | 3fe7fcebe43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)