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?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 爭?h爭? | 11100000101001010011111101101000111000001010010100111111 | e0a53f68e0a53f |
EUC-JP | 爭?h爭? | 11100000101001110011111101101000111000001010011100111111 | e0a73f68e0a73f |
UTF-8 | 爭렱h爭렱 | 11100111100010001010110111101011101000001011000101101000111001111000100010101101111010111010000010110001 | e788adeba0b168e788adeba0b1 |
UHC | 爭렱h爭렱 | 111011101011001110001110101111100110100011101110101100111000111010111110 | eeb38ebe68eeb38ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)