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 | 莨o十茫 | 1110010010111100100000101000111110001111010111001110010010101001 | e4bc828f8f5ce4a9 |
EUC-JP | 莨o十茫 | 1110100010111110101000111110111110111101101111011110100010101011 | e8bea3efbdbde8ab |
UTF-8 | 莨o十茫 | 111010001000111010101000111011111011110110001111111001011000110110000001111010001000110010101011 | e88ea8efbd8fe58d81e88cab |
UHC | ?o十茫 | 00111111101000111110111111100100101010001101100011010100 | 3fa3efe4a8d8d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)