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 | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 省ア示h | 100011111100100010110001100011101010011001101000 | 8fc8b18ea668 |
EUC-JP | 省ア示h | 10111110110010101000111010110001101111001010100001101000 | beca8eb1bca868 |
UTF-8 | 省ア示h | 11100111100111001000000111101111101111011011000111100111101001001011101001101000 | e79c81efbdb1e7a4ba68 |
UHC | 省?示h | 111000001111110100111111111000111100011001101000 | e0fd3fe3c668 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)