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 | 傲ょ?絶 | 10011000111111001000001011100101001111111001000011100010 | 98fc82e53f90e2 |
EUC-JP | 傲ょ?絶 | 11010000111111101010010011100111001111111100000011100100 | d0fea4e73fc0e4 |
UTF-8 | 傲ょ릡絶 | 111001011000001010110010111000111000001010000111111010111010011010100001111001111011010110110110 | e582b2e38287eba6a1e7b5b6 |
UHC | 傲ょ릡絶 | 1110011111101100101010101110011110010000100000111110111110111110 | e7ecaae79083efbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)