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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??癬? | 0011111100111111111000011001110100111111 | 3f3fe19d3f |
EUC-JP | ??癬? | 0011111100111111111000011111110100111111 | 3f3fe1fd3f |
UTF-8 | 롽륚癬떷 | 111010111010000110111101111010111010010110011010111001111001100110101100111010111001011010110111 | eba1bdeba59ae799aceb96b7 |
UHC | 롽륚癬떷 | 1000111011110111100100000100000111100000110010001000101111000010 | 8ef79041e0c88bc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)