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 | 酊?}酊?{^ | 111001111100001000111111011111011110011111000010001111110111101101011110 | e7c23f7de7c23f7b5e |
EUC-JP | 酊?}酊?{^ | 111011101100010000111111011111011110111011000100001111110111101101011110 | eec43f7deec43f7b5e |
UTF-8 | 酊큰}酊큰{^ | 111010011000010110001010111011011000000110110000011111011110100110000101100010101110110110000001101100000111101101011110 | e9858aed81b07de9858aed81b07b5e |
UHC | 酊큰}酊큰{^ | 1110111111111000110001011010101101111101111011111111100011000101101010110111101101011110 | eff8c5ab7deff8c5ab7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)