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 | 瘠壹}瘠壹{^ | 1110000110001011100110101110001101111101111000011000101110011010111000110111101101011110 | e18b9ae37de18b9ae37b5e |
EUC-JP | 瘠壹}瘠壹{^ | 1110000111101011110101001110010101111101111000011110101111010100111001010111101101011110 | e1ebd4e57de1ebd4e57b5e |
UTF-8 | 瘠壹}瘠壹{^ | 111001111001100010100000111001011010001110111001011111011110011110011000101000001110010110100011101110010111101101011110 | e798a0e5a3b97de798a0e5a3b97b5e |
UHC | 瘠壹}瘠壹{^ | 1111010010110000111011001110110001111101111101001011000011101100111011000111101101011110 | f4b0ecec7df4b0ecec7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)