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 | 夜??辱? | 10010110111010010011111100111111100100000100101000111111 | 96e93f3f904a3f |
EUC-JP | 夜??辱? | 11001100111010110011111100111111101111111010101100111111 | cceb3f3fbfab3f |
UTF-8 | 夜뜸펹辱묰 | 111001011010010010011100111010111001110010111000111011011000111010111001111010001011111010110001111010111010110010110000 | e5a49ceb9cb8ed8eb9e8beb1ebacb0 |
UHC | 夜뜸펹辱묰 | 11100101101010001011011011100100101111001000100111101001101101001001001001000111 | e5a8b6e4bc89e9b49247 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)