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 | 吾??已?? | 1000110011100001001111110011111110011011110111110011111100111111 | 8ce13f3f9bdf3f3f |
EUC-JP | 吾??已?? | 1011100011100011001111110011111111010110111000010011111100111111 | b8e33f3fd6e13f3f |
UTF-8 | 吾롫쨷已룬쉳 | 111001011001000010111110111010111010000110101011111011001010100010110111111001011011011110110010111010111010001110101100111011001000100110110011 | e590beeba1abeca8b7e5b7b2eba3acec89b3 |
UHC | 吾롫쨷已룬쉳 | 111001111110111010001110111010111010010010010001111011001010101110110111111010011001101010001010 | e7ee8eeba491ecabb7e99a8a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)