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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 胝?蛾 | 1110001111110001001111111000100111101001 | e3f13f89e9 |
EUC-JP | 胝鰏蛾 | 11100110111100111000111111101011101010001011001011101011 | e6f38feba8b2eb |
UTF-8 | 胝鰏蛾 | 111010001000001110011101111010011011000010001111111010001001101110111110 | e8839de9b08fe89bbe |
UHC | ??蛾 | 00111111001111111110010010110110 | 3f3fe4b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)