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 | 堤烽糾持 | 1001001011100111111000001000001010001011100010101000111010011101 | 92e7e0828b8a8e9d |
EUC-JP | 堤烽糾持 | 1100010011101001110111111110001010110101111010101011101111111101 | c4e9dfe2b5eabbfd |
UTF-8 | 堤烽糾持 | 111001011010000010100100111001111000001110111101111001111011001110111110111001101000110010000001 | e5a0a4e783bde7b3bee68c81 |
UHC | 堤烽糾持 | 1111000010100111110111001110101111010000101011001111001010100101 | f0a7dcebd0acf2a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)