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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???饒?? | 00111111001111110011111111101001011000000011111100111111 | 3f3f3fe9603f3f |
EUC-JP | ???饒?? | 00111111001111110011111111110001110000010011111100111111 | 3f3f3ff1c13f3f |
UTF-8 | 歷쇽풄饒쀯슘 | 111011111010011010001100111011001000011110111101111011011001001010000100111010011010010110010010111011001000000010101111111011001000101010011000 | efa68cec87bded9284e9a592ec80afec8a98 |
UHC | 歷쇽풄饒쀯슘 | 111001101011100010111100111011111011111010001100111010011010111010010111111011111011110110110111 | e6b8bcefbe8ce9ae97efbdb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)