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 | ー靜ィ鳫ミ | 111100101011001110110000111010001100111010101000111010011110110111010000 | f2b3b0e8cea8e9edd0 |
EUC-JP | ?ー靜ィ鳫ミ | 0011111110001110101100001111000011010000100011101010100011110010111011111000111011010000 | 3f8eb0f0d08ea8f2ef8ed0 |
UTF-8 | ー靜ィ鳫ミ | 111011101000011110101010111011111011110110110000111010011001110110011100111011111011110110101000111010011011001110101011111011111011111010010000 | ee87aaefbdb0e99d9cefbda8e9b3abefbe90 |
UHC | ??靜??? | 00111111001111111111000010100001001111110011111100111111 | 3f3ff0a13f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)