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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 獰??秧? | 11100000110101100011111100111111111000100101111000111111 | e0d63f3fe25e3f |
EUC-JP | 獰??秧? | 11100000110110000011111100111111111000111011111100111111 | e0d83f3fe3bf3f |
UTF-8 | 獰백냷秧갃 | 111001111000110110110000111010111011000010110001111010111000001110110111111001111010011110100111111010101011000010000011 | e78db0ebb0b1eb83b7e7a7a7eab083 |
UHC | 獰백냷秧갃 | 11100111101111101011100111101001100001101000011111100100111010111000000101000010 | e7beb9e98687e4eb8142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)