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 | 低?在?藪臍 | 10010010111000010011111110001101110111010011111111100101010011011110010001100000 | 92e13f8ddd3fe54de460 |
EUC-JP | 低?在?藪臍 | 11000100111000110011111110111010110111110011111111101001101011101110011111000001 | c4e33fbadf3fe9aee7c1 |
UTF-8 | 低렭在㏘藪臍 | 111001001011110110001110111010111010000010101101111001011001110010101000111000111000111110011000111010001001011110101010111010001000011110001101 | e4bd8eeba0ade59ca8e38f98e897aae8878d |
UHC | 低렭在㏘藪臍 | 111011101011100010001110101110101110111010100100101000101110010011100010101111111111000010110000 | eeb88ebaeea4a2e4e2bff0b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)