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 | 漆勺執 | 100011101011110110001110110110011000111010110111 | 8ebd8ed98eb7 |
EUC-JP | 漆勺執 | 101111001011111110111100110110111011110010111001 | bcbfbcdbbcb9 |
UTF-8 | 漆勺執 | 111001101011110010000110111001011000101110111010111001011001111110110111 | e6bc86e58bbae59fb7 |
UHC | 漆勺執 | 111101101101010011101101110000111111001011111011 | f6d4edc3f2fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)