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 | ?餠}?餠{^ | 001111111110100101010101011111010011111111101001010101010111101101011110 | 3fe9557d3fe9557b5e |
EUC-JP | ?餠}?餠{^ | 001111111111000110110110011111010011111111110001101101100111101101011110 | 3ff1b67d3ff1b67b5e |
UTF-8 | 옭餠}옭餠{^ | 111011001001100010101101111010011010010010100000011111011110110010011000101011011110100110100100101000000111101101011110 | ec98ade9a4a07dec98ade9a4a07b5e |
UHC | 옭餠}옭餠{^ | 1011111111000100110111001011111101111101101111111100010011011100101111110111101101011110 | bfc4dcbf7dbfc4dcbf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)