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 | 巽?+鈺 | 10010010010001100011111110000001011110111111101111000100 | 92463f817bfbc4 |
EUC-JP | 巽?+鈺 | 1100001110100111001111111010000111011100100011111110001111010101 | c3a73fa1dc8fe3d5 |
UTF-8 | 巽숇+鈺 | 111001011011011110111101111011001000100010000111111011111011110010001011111010011000100010111010 | e5b7bdec8887efbc8be988ba |
UHC | 巽숇+鈺 | 1110000111011110100110011110101110100011101010111110100010101101 | e1de99eba3abe8ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)