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 | 傲??癰? | 10011000111111000011111100111111111000011001111000111111 | 98fc3f3fe19e3f |
EUC-JP | 傲??癰? | 11010000111111100011111100111111111000011111111000111111 | d0fe3f3fe1fe3f |
UTF-8 | 傲잌뎷癰닺 | 111001011000001010110010111011001001111010001100111010111000111010110111111001111001100110110000111010111000101110111010 | e582b2ec9e8ceb8eb7e799b0eb8bba |
UHC | 傲잌뎷癰닺 | 11100111111011001001111111100101100010011000101011101000101110011011010011101000 | e7ec9fe5898ae8b9b4e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)