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 | 彫?}彫?{^ | 100100101010010000111111011111011001001010100100001111110111101101011110 | 92a43f7d92a43f7b5e |
EUC-JP | 彫?}彫?{^ | 110001001010011000111111011111011100010010100110001111110111101101011110 | c4a63f7dc4a63f7b5e |
UTF-8 | 彫렟}彫렟{^ | 111001011011110110101011111010111010000010011111011111011110010110111101101010111110101110100000100111110111101101011110 | e5bdabeba09f7de5bdabeba09f7b5e |
UHC | 彫렟}彫렟{^ | 1111000011000001100011101011000001111101111100001100000110001110101100000111101101011110 | f0c18eb07df0c18eb07b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)