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 | 雖画ア撰スセ | 111001011010101110001001111001101011000110010000111011111011110110111110 | e5ab89e6b190efbdbe |
EUC-JP | 雖画ア撰スセ | 111010101010110110110010111010001000111010110001110000001111000110001110101111011000111010111110 | eaadb2e88eb1c0f18ebd8ebe |
UTF-8 | 雖画ア撰スセ | 111010011001101110010110111001111001010010111011111011111011110110110001111001101001001010110000111011111011110110111101111011111011110110111110 | e99b96e794bbefbdb1e692b0efbdbdefbdbe |
UHC | 雖??撰?? | 1110001011001100001111110011111111110011101111000011111100111111 | e2cc3f3ff3bc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)