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 | ºq}ºq{^ | 100010011011101001110001011111011000100110111010011100010111101101011110 | 89ba717d89ba717b5e |
SJIS-WIN | ??q}??q{^ | 001111110011111101110001011111010011111100111111011100010111101101011110 | 3f3f717d3f3f717b5e |
EUC-JP | ?ºq}?ºq{^ | 00111111100011111010001011101011011100010111110100111111100011111010001011101011011100010111101101011110 | 3f8fa2eb717d3f8fa2eb717b5e |
UTF-8 | ºq}ºq{^ | 11000010100010011100001010111010011100010111110111000010100010011100001010111010011100010111101101011110 | c289c2ba717dc289c2ba717b5e |
UHC | ?ºq}?ºq{^ | 0011111110101000101011000111000101111101001111111010100010101100011100010111101101011110 | 3fa8ac717d3fa8ac717b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)