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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 松寬フ鏸識 | 100011111011110011111010101010101100110011111011111001001000111010101111 | 8fbcfaaaccfbe48eaf |
EUC-JP | 松?フ鏸識 | 10111110101111100011111110001110110011001000111111100101110100001011110010110001 | bebe3f8ecc8fe5d0bcb1 |
UTF-8 | 松寬フ鏸識 | 111001101001110110111110111001011010111110101100111011111011111010001100111010011000111110111000111010001010110110011000 | e69dbee5afacefbe8ce98fb8e8ad98 |
UHC | 松寬??識 | 1110000111100110110011101011000000111111001111111110001111011011 | e1e6ceb03f3fe3db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)