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 | 苺?蛾 | 1110010010010101001111111000100111101001 | e4953f89e9 |
EUC-JP | 苺鰏蛾 | 11100111111101011000111111101011101010001011001011101011 | e7f58feba8b2eb |
UTF-8 | 苺鰏蛾 | 111010001000101110111010111010011011000010001111111010001001101110111110 | e88bbae9b08fe89bbe |
UHC | ??蛾 | 00111111001111111110010010110110 | 3f3fe4b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)