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 | ?孱}?孱{^ | 001111111001101110100001011111010011111110011011101000010111101101011110 | 3f9ba17d3f9ba17b5e |
EUC-JP | ?孱}?孱{^ | 001111111101011010100011011111010011111111010110101000110111101101011110 | 3fd6a37d3fd6a37b5e |
UTF-8 | 야孱}야孱{^ | 111011001001010110111100111001011010110110110001011111011110110010010101101111001110010110101101101100010111101101011110 | ec95bce5adb17dec95bce5adb17b5e |
UHC | 야孱}야孱{^ | 1011111011011111111011011100111101111101101111101101111111101101110011110111101101011110 | bedfedcf7dbedfedcf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)