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 | ??艤?? | 001111110011111111100100011111100011111100111111 | 3f3fe47e3f3f |
EUC-JP | 佺?艤?? | 1000111110110000111110010011111111100111110111110011111100111111 | 8fb0f93fe7df3f3f |
UTF-8 | 佺렯艤쭸렲 | 111001001011110110111010111010111010000010101111111010001000100110100100111011001010110110111000111010111010000010110010 | e4bdbaeba0afe889a4ecadb8eba0b2 |
UHC | 佺렯艤쭸렲 | 11101110111011011000111010111100111010111111101011000010111001101000111010111111 | eeed8ebcebfac2e68ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)