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 | 髣秘。費スョ | 111010011001011110010100111010011010000110010100111011111011110110101110 | e99794e9a194efbdae |
EUC-JP | 髣秘。費スョ | 111100011111011111001000111010111000111010100001110010001111000110001110101111011000111010101110 | f1f7c8eb8ea1c8f18ebd8eae |
UTF-8 | 髣秘。費スョ | 111010011010101110100011111001111010011110011000111011111011110110100001111010001011001010111011111011111011110110111101111011111011110110101110 | e9aba3e7a798efbda1e8b2bbefbdbdefbdae |
UHC | ?秘?費?? | 0011111111011101111110100011111111011110101010000011111100111111 | 3fddfa3fdea83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)