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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 将茣将、将ミ | 10001111101010111110010010110010100011111010101110100100100011111010101111010000 | 8fabe4b28faba48fabd0 |
EUC-JP | 将茣将、将ミ | 101111101010110111101000101101001011111010101101100011101010010010111110101011011000111011010000 | beade8b4bead8ea4bead8ed0 |
UTF-8 | 将茣将、将ミ | 111001011011000010000110111010001000110010100011111001011011000010000110111011111011110110100100111001011011000010000110111011111011111010010000 | e5b086e88ca3e5b086efbda4e5b086efbe90 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)