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 | 暎ュ?竊? | 1001110111110011100000111000010100111111111000101000011000111111 | 9df383853fe2863f |
EUC-JP | 暎ュ?竊? | 1101101011110101101001011110010100111111111000111110011000111111 | daf5a5e53fe3e63f |
UTF-8 | 暎ュ윃竊뢐 | 111001101001101010001110111000111000001110100101111011001001110010000011111001111010101110001010111010111010001010010000 | e69a8ee383a5ec9c83e7ab8aeba290 |
UHC | 暎ュ윃竊뢐 | 11100111101100101010101111100101100111111000111011101111101111001000111101001011 | e7b2abe59f8eefbc8f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)