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 | 予??窈?? | 1001011101011100001111110011111111100010011101110011111100111111 | 975c3f3fe2773f3f |
EUC-JP | 予??窈?? | 1100110110111101001111110011111111100011110110000011111100111111 | cdbd3f3fe3d83f3f |
UTF-8 | 予숋숲窈륅숴 | 111001001011101010001000111011001000100010001011111011001000100010110010111001111010101010001000111010111010010110000101111011001000100010110100 | e4ba88ec888bec88b2e7aa88eba585ec88b4 |
UHC | 予숋숲窈륅숴 | 111001011111100010011001111011111011110110100011111010011010000110001111111011111011110110100100 | e5f899efbda3e9a18fefbda4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)