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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??ュ?蕓 | 00111111001111111000001110000101001111111111101110011010 | 3f3f83853ffb9a |
EUC-JP | ??ュ?蕓 | 0011111100111111101001011110010100111111100011111101100111000110 | 3f3fa5e53f8fd9c6 |
UTF-8 | 룶쾹ュ룫蕓 | 111010111010001110110110111011001011111010111001111000111000001110100101111010111010001110101011111010001001010110010011 | eba3b6ecbeb9e383a5eba3abe89593 |
UHC | 룶쾹ュ룫蕓 | 10001111101010111011001010001111101010111110010110001111101000101110100111111110 | 8fabb28fabe58fa2e9fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)