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 | 諸?f? | 100011111001010000111111100000101000011000111111 | 8f943f82863f |
EUC-JP | 諸?f? | 101111011111010000111111101000111110011000111111 | bdf43fa3e63f |
UTF-8 | 諸겼f僚 | 111010001010101110111000111010101011001010111100111011111011110110000110111011111010011010111011 | e8abb8eab2bcefbd86efa6bb |
UHC | 諸겼f僚 | 1111000010110011101100001110010110100011111001101110100011101000 | f0b3b0e5a3e6e8e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)