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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 上ニ鴫シ・ | 1000111111100011111100101000111011000110111100011110111010001110101100001011110010100101 | 8fe3f28ec6f1ee8eb0bca5 |
EUC-JP | 上?ニ?鴫シ・ | 101111101110010100111111100011101100011000111111101111001011001010001110101111001000111010100101 | bee53f8ec63fbcb28ebc8ea5 |
UTF-8 | 上ニ鴫シ・ | 111001001011100010001010111011101000011110000101111011111011111010000110111011101000010110101001111010011011010010101011111011111011110110111100111011111011110110100101 | e4b88aee8785efbe86ee85a9e9b4abefbdbcefbda5 |
UHC | 上?????? | 1101111110111110001111110011111100111111001111110011111100111111 | dfbe3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)