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??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | 省イh省イ | 1000111111001000111110001011110010110010011010001000111111001000111110001011110010110010 | 8fc8f8bcb2688fc8f8bcb2 |
EUC-JP | 省?イh省?イ | 1011111011001010001111111000111010110010011010001011111011001010001111111000111010110010 | beca3f8eb268beca3f8eb2 |
UTF-8 | 省イh省イ | 11100111100111001000000111101110100110011001101111101111101111011011001001101000111001111001110010000001111011101001100110011011111011111011110110110010 | e79c81ee999befbdb268e79c81ee999befbdb2 |
UHC | 省??h省?? | 111000001111110100111111001111110110100011100000111111010011111100111111 | e0fd3f3f68e0fd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)