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 | ???傭? | 001111110011111100111111100101110110001000111111 | 3f3f3f97623f |
EUC-JP | ???傭? | 001111110011111100111111110011011100001100111111 | 3f3f3fcdc33f |
UTF-8 | 料썲뵺傭튎 | 111011111010011010111110111011001000110110110010111010111011010110111010111001011000001010101101111011011000101010001110 | efa6beec8db2ebb5bae582aded8a8e |
UHC | 料썲뵺傭튎 | 11101000111101111011110111100101100101001011100011101001101101101011101001000010 | e8f7bde594b8e9b6ba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)