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 | 郢也事豐楢ヲ | 1110011110111001100101101110011110001110100101101110011010110010100100111110100010100110 | e7b996e78e96e6b293e8a6 |
EUC-JP | 郢也事豐楢ヲ | 111011101011101111001100111010011011101111110110111011001011010011000110111010101000111010100110 | eebbcce9bbf6ecb4c6ea8ea6 |
UTF-8 | 郢也事豐楢ヲ | 111010011000001110100010111001001011100110011111111001001011101010001011111010001011000110010000111001101010010110100010111011111011110110100110 | e983a2e4b99fe4ba8be8b190e6a5a2efbda6 |
UHC | ?也事?楢? | 001111111110010110100101110111101100000000111111111010101111100100111111 | 3fe5a5dec03feaf93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)