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 | 溪渙牘眦 | 1001111111100010100111111101000011100000101011111110000111000011 | 9fe29fd0e0afe1c3 |
EUC-JP | 溪渙牘眦 | 1101111011100100110111101101001011100000101100011110001011000101 | dee4ded2e0b1e2c5 |
UTF-8 | 溪渙牘眦 | 111001101011101010101010111001101011100010011001111001111000100110011000111001111001110010100110 | e6baaae6b899e78998e79ca6 |
UHC | 溪渙牘? | 11001101101000101111110010111001110101001011101000111111 | cda2fcb9d4ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)