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 | 穰?}穰?{^ | 111000100111010000111111011111011110001001110100001111110111101101011110 | e2743f7de2743f7b5e |
EUC-JP | 穰?}穰?{^ | 111000111101010100111111011111011110001111010101001111110111101101011110 | e3d53f7de3d53f7b5e |
UTF-8 | 穰뒛}穰뒛{^ | 111001111010100110110000111010111001001010011011011111011110011110101001101100001110101110010010100110110111101101011110 | e7a9b0eb929b7de7a9b0eb929b7b5e |
UHC | 穰뒛}穰뒛{^ | 1110010111001101100010101001100001111101111001011100110110001010100110000111101101011110 | e5cd8a987de5cd8a987b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)