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 | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 爭?h爭 | 111000001010010100111111011010001110000010100101 | e0a53f68e0a5 |
EUC-JP | 爭?h爭 | 111000001010011100111111011010001110000010100111 | e0a73f68e0a7 |
UTF-8 | 爭렱h爭 | 11100111100010001010110111101011101000001011000101101000111001111000100010101101 | e788adeba0b168e788ad |
UHC | 爭렱h爭 | 11101110101100111000111010111110011010001110111010110011 | eeb38ebe68eeb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)