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 | ?閏鏃?ゎ | 0011111110001001010110111110100001010110001111111000001011101100 | 3f895be8563f82ec |
EUC-JP | ?閏鏃?ゎ | 0011111110110001101111001110111110110111001111111010010011101110 | 3fb1bcefb73fa4ee |
UTF-8 | 뤊閏鏃퐥ゎ | 111010111010010010001010111010011001011010001111111010011000111110000011111011011001000010100101111000111000001010001110 | eba48ae9968fe98f83ed90a5e3828e |
UHC | 뤊閏鏃퐥ゎ | 10001111101110101110101111001110111100001110110010111101100011101010101011101110 | 8fbaebcef0ecbd8eaaee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)