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 | 髫ェ蟷玲「ア | 111010011001101010101010111001011011100110010111111001101010001010110001 | e99aaae5b997e6a2b1 |
EUC-JP | 髫ェ蟷玲「ア | 111100011111101010001110101010101110101010111011110011101110100010001110101000101000111010110001 | f1fa8eaaeabbcee88ea28eb1 |
UTF-8 | 髫ェ蟷玲「ア | 111010011010101110101011111011111011110110101010111010001001111110110111111001111000111010110010111011111011110110100010111011111011110110110001 | e9ababefbdaae89fb7e78eb2efbda2efbdb1 |
UHC | ???玲?? | 00111111001111110011111111010110101111000011111100111111 | 3f3f3fd6bc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)