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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 遙o?F | 111010101010000110000010100011110011111101000110 | eaa1828f3f46 |
EUC-JP | 遙o?F | 111101001010001110100011111011110011111101000110 | f4a3a3ef3f46 |
UTF-8 | 遙o숱F | 11101001100000011001100111101111101111011000111111101100100010001011000101000110 | e98199efbd8fec88b146 |
UHC | 遙o숱F | 11101001101010111010001111101111101111011010001001000110 | e9aba3efbda246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)