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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ハ鑈ト | 110010101111101111100111111110001101111011000100 | cafbe7f8dec4 |
EUC-JP | ハ鑈?ト | 1000111011001010100011111110010111101011001111111000111011000100 | 8eca8fe5eb3f8ec4 |
UTF-8 | ハ鑈ト | 111011111011111010001010111010011001000110001000111011101001100110111101111011111011111010000100 | efbe8ae99188ee99bdefbe84 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)