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 | ??‥偕 | 001111110011111110000001011001001001100011110001 | 3f3f816498f1 |
EUC-JP | 艅?‥偕 | 1000111111010110111111010011111110100001110001011101000011110011 | 8fd6fd3fa1c5d0f3 |
UTF-8 | 艅덈‥偕 | 111010001000100110000101111010111000110110001000111000101000000010100101111001011000000110010101 | e88985eb8d88e280a5e58195 |
UHC | 艅덈‥偕 | 1110011010101001100010001110101110100001101001011111101010100101 | e6a988eba1a5faa5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)