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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鄙滉ス | 1110011110111111100111111110010010111101 | e7bf9fe4bd |
EUC-JP | 鄙滉ス | 111011101100000111011110111001101000111010111101 | eec1dee68ebd |
UTF-8 | 鄙滉ス | 111010011000010010011001111001101011101110001001111011111011110110111101 | e98499e6bb89efbdbd |
UHC | 鄙滉? | 1101111010101001111111001101000100111111 | dea9fcd13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)