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 | ??[}??[{^ | 001111110011111101011011011111010011111100111111010110110111101101011110 | 3f3f5b7d3f3f5b7b5e |
SJIS-WIN | 尋?[}尋?[{^ | 1001000001110001001111110101101101111101100100000111000100111111010110110111101101011110 | 90713f5b7d90713f5b7b5e |
EUC-JP | 尋?[}尋?[{^ | 1011111111010010001111110101101101111101101111111101001000111111010110110111101101011110 | bfd23f5b7dbfd23f5b7b5e |
UTF-8 | 尋먛[}尋먛[{^ | 1110010110110000100010111110101110101000100110110101101101111101111001011011000010001011111010111010100010011011010110110111101101011110 | e5b08beba89b5b7de5b08beba89b5b7b5e |
UHC | 尋먛[}尋먛[{^ | 11100011111111001001000011011000010110110111110111100011111111001001000011011000010110110111101101011110 | e3fc90d85b7de3fc90d85b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)