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 | 沃????ぜ | 1001011110000000001111110011111100111111001111111000001010111010 | 97803f3f3f3f82ba |
EUC-JP | 沃??佾?ぜ | 11001101111000000011111100111111100011111011000011111011001111111010010010111100 | cde03f3f8fb0fb3fa4bc |
UTF-8 | 沃ㅺ낫佾볢ぜ | 111001101011001010000011111000111000010110111010111010111000001010101011111001001011110110111110111010111011001110100010111000111000000110011100 | e6b283e385baeb82abe4bdbeebb3a2e3819c |
UHC | 沃ㅺ낫佾볢ぜ | 111010001010101010100100111010101011001110110100111011001110101110010011111010001010101010111100 | e8aaa4eab3b4eceb93e8aabc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)