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 | ?b[?b[^ | 00111111011000100101101100111111011000100101101101011110 | 3f625b3f625b5e |
SJIS-WIN | 渦b[渦b[^ | 100010010101000101100010010110111000100101010001011000100101101101011110 | 8951625b8951625b5e |
EUC-JP | 渦b[渦b[^ | 101100011011001001100010010110111011000110110010011000100101101101011110 | b1b2625bb1b2625b5e |
UTF-8 | 渦b[渦b[^ | 1110011010111000101001100110001001011011111001101011100010100110011000100101101101011110 | e6b8a6625be6b8a6625b5e |
UHC | 渦b[渦b[^ | 111010001011111001100010010110111110100010111110011000100101101101011110 | e8be625be8be625b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)