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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ⅰ雫鳬エ鉈ⅰ | 1111101001000000100011101011010011101001111010011011010011100111111010111111101001000000 | fa408eb4e9e9b4e7ebfa40 |
EUC-JP | ?雫鳬エ鉈? | 00111111101111001011011011110010111010111000111010110100111011101110110100111111 | 3fbcb6f2eb8eb4eeed3f |
UTF-8 | ⅰ雫鳬エ鉈ⅰ | 111000101000010110110000111010011001101110101011111010011011001110101100111011111011110110110100111010011000100110001000111000101000010110110000 | e285b0e99babe9b3acefbdb4e98988e285b0 |
UHC | ⅰ????ⅰ | 1010010110100001001111110011111100111111001111111010010110100001 | a5a13f3f3f3fa5a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)