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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 剰燾鰺 | 100011111110100011111011010110101110100111001011 | 8fe8fb5ae9cb |
EUC-JP | 剰燾鰺 | 10111110111010101000111111001010101111011111001011001101 | beea8fcabdf2cd |
UTF-8 | 剰燾鰺 | 111001011000100110110000111001111000011110111110111010011011000010111010 | e589b0e787bee9b0ba |
UHC | ?燾? | 00111111110101001010011100111111 | 3fd4a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)