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 | ?f? | 00111111100000101000011000111111 | 3f82863f |
EUC-JP | ?f? | 00111111101000111110011000111111 | 3fa3e63f |
UTF-8 | 삔f識 | 111011001000001010010100111011111011110110000110111011111010011110111100 | ec8294efbd86efa7bc |
UHC | 삔f識 | 101110111110000110100011111001101111001010111101 | bbe1a3e6f2bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)