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 | 治鳫ニ謠シ | 11110000111000001000111010100001111010011110110111000110111001101000111110111100 | f0e08ea1e9edc6e68fbc |
EUC-JP | ?治鳫ニ謠シ | 0011111110111100101000111111001011101111100011101100011011101011111011111000111010111100 | 3fbca3f2ef8ec6ebef8ebc |
UTF-8 | 治鳫ニ謠シ | 111011101000001010011111111001101011001010111011111010011011001110101011111011111011111010000110111010001010110010100000111011111011110110111100 | ee829fe6b2bbe9b3abefbe86e8aca0efbdbc |
UHC | ?治??謠? | 0011111111110110101111010011111100111111111010011010101000111111 | 3ff6bd3f3fe9aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)