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 | 雫鳬エ鉈ⅰ | 1111100011111100100011101011010011101001111010011011010011100111111010111111101001000000 | f8fc8eb4e9e9b4e7ebfa40 |
EUC-JP | ?雫鳬エ鉈? | 00111111101111001011011011110010111010111000111010110100111011101110110100111111 | 3fbcb6f2eb8eb4eeed3f |
UTF-8 | 雫鳬エ鉈ⅰ | 111011101001101010011011111010011001101110101011111010011011001110101100111011111011110110110100111010011000100110001000111000101000010110110000 | ee9a9be99babe9b3acefbdb4e98988e285b0 |
UHC | ?????ⅰ | 00111111001111110011111100111111001111111010010110100001 | 3f3f3f3f3fa5a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)