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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 笳笞鳧溽 | 1110001010010111111000101001101011101001111010001001111111100111 | e297e29ae9e89fe7 |
EUC-JP | 笳笞鳧溽 | 1110001111110111111000111111101011110010111010101101111011101001 | e3f7e3faf2eadee9 |
UTF-8 | 笳笞鳧溽 | 111001111010110010110011111001111010110010011110111010011011001110100111111001101011101010111101 | e7acb3e7ac9ee9b3a7e6babd |
UHC | ?笞鳧? | 001111111111011111000010110111011100000000111111 | 3ff7c2ddc03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)