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 | ???壯よ? | 0011111100111111001111111001101011100001100000101110011000111111 | 3f3f3f9ae182e63f |
EUC-JP | ???壯よ? | 0011111100111111001111111101010011100011101001001110100000111111 | 3f3f3fd4e3a4e83f |
UTF-8 | 吳놄궧壯よ몘 | 111001011001000010110011111010111000011010000100111010101011011010100111111001011010001110101111111000111000001010001000111010111010101010011000 | e590b3eb8684eab6a7e5a3afe38288ebaa98 |
UHC | 吳놄궧壯よ몘 | 111001111110111110000110111011101000001010111001111011011110000010101010111010001001000110000110 | e7ef86ee82b9ede0aae89186 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)