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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ホク鍰フ | 1100111010111000111110111101111111001100 | ceb8fbdfcc |
EUC-JP | ホク鍰フ | 100011101100111010001110101110001000111111100100111110101000111011001100 | 8ece8eb88fe4fa8ecc |
UTF-8 | ホク鍰フ | 111011111011111010001110111011111011110110111000111010011000110110110000111011111011111010001100 | efbe8eefbdb8e98db0efbe8c |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)