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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 錵遂ヽ諛 | 1110100001000101100100001000101110000001010100101110011010000111 | e845908b8152e687 |
EUC-JP | 錵遂ヽ諛 | 1110111110100110101111111110101110100001101100111110101111100111 | efa6bfeba1b3ebe7 |
UTF-8 | 錵遂ヽ諛 | 111010011000110010110101111010011000000110000010111000111000001110111101111010001010101110011011 | e98cb5e98182e383bde8ab9b |
UHC | ?遂?諛 | 001111111110001011000100001111111110101110110000 | 3fe2c43febb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)