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 | 暎??裔?? | 1001110111110011001111110011111111100101111000010011111100111111 | 9df33f3fe5e13f3f |
EUC-JP | 暎??裔?? | 1101101011110101001111110011111111101010111000110011111100111111 | daf53f3feae33f3f |
UTF-8 | 暎ⓧ툋裔쎿뮈 | 111001101001101010001110111000101001001110100111111011011000100010001011111010001010001110010100111011001000111010111111111010111010111010001000 | e69a8ee293a7ed888be8a394ec8ebfebae88 |
UHC | 暎ⓧ툋裔쎿뮈 | 111001111011001010101000111001001011100010000011111001111110000010011011111001101011100110111111 | e7b2a8e4b883e7e09be6b9bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)