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 | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-WIN | 吾??歸H | 10001100111000010011111100111111100111110110010001001000 | 8ce13f3f9f6448 |
EUC-JP | 吾??歸H | 10111000111000110011111100111111110111011100010101001000 | b8e33f3fddc548 |
UTF-8 | 吾멸퍓歸H | 11100101100100001011111011101011101010011011100011101101100011011001001111100110101011011011100001001000 | e590beeba9b8ed8d93e6adb848 |
UHC | 吾멸퍓歸H | 111001111110111010111000111010101011101110001010110011111111110101001000 | e7eeb8eabb8acffd48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)