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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 穗?}穗?{^ | 111000100110111000111111011111011110001001101110001111110111101101011110 | e26e3f7de26e3f7b5e |
EUC-JP | 穗?}穗?{^ | 111000111100111100111111011111011110001111001111001111110111101101011110 | e3cf3f7de3cf3f7b5e |
UTF-8 | 穗먋}穗먋{^ | 111001111010100110010111111010111010100010001011011111011110011110101001100101111110101110101000100010110111101101011110 | e7a997eba88b7de7a997eba88b7b5e |
UHC | 穗먋}穗먋{^ | 1110001010110100100100001100100101111101111000101011010010010000110010010111101101011110 | e2b490c97de2b490c97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)