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 | 辱??巍?? | 1001000001001010001111110011111110011011110110010011111100111111 | 904a3f3f9bd93f3f |
EUC-JP | 辱??巍?? | 1011111110101011001111110011111111010110110110110011111100111111 | bfab3f3fd6db3f3f |
UTF-8 | 辱덌풆巍븃쮺 | 111010001011111010110001111010111000110110001100111011011001001010000110111001011011011110001101111010111011100010000011111011001010111010111010 | e8beb1eb8d8ced9286e5b78debb883ecaeba |
UHC | 辱덌풆巍븃쮺 | 111010011011010010001000111011111011111010001110111010001110010010111010111010001010100010010110 | e9b488efbe8ee8e4bae8a896 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)