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 | 驛、螳医℃ | 111010011000001110100100111001011010111010001000111000111000000110001110 | e983a4e5ae88e3818e |
EUC-JP | 驛、螳医℃ | 11110001111000111000111010100100111010101011000010110000111001011010000111101110 | f1e38ea4eab0b0e5a1ee |
UTF-8 | 驛、螳医℃ | 111010011010100110011011111011111011110110100100111010001001111010110011111001011000110010111011111000101000010010000011 | e9a99befbda4e89eb3e58cbbe28483 |
UHC | 驛?螳?℃ | 1110011010111110001111111101001111011001001111111010000111001001 | e6be3fd3d93fa1c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)