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 | 荵悟ず聿 | 1110010010111001100011001110010110000010101110001110001111100100 | e4b98ce582b8e3e4 |
EUC-JP | 荵悟ず聿 | 1110100010111011101110001110011110100100101110101110011011100110 | e8bbb8e7a4bae6e6 |
UTF-8 | 荵悟ず聿 | 111010001000110110110101111001101000001010011111111000111000000110011010111010001000000110111111 | e88db5e6829fe3819ae881bf |
UHC | ?悟ず聿 | 00111111111001111111011010101010101110101110101111010011 | 3fe7f6aabaebd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)