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 | 諸?碇? | 100011111001010000111111100100101111010000111111 | 8f943f92f43f |
EUC-JP | 諸?碇? | 101111011111010000111111110001001111011000111111 | bdf43fc4f63f |
UTF-8 | 諸렋碇렯 | 111010001010101110111000111010111010000010001011111001111010001010000111111010111010000010101111 | e8abb8eba08be7a287eba0af |
UHC | 諸렋碇렯 | 1111000010110011100011101010001011101111111011011000111010111100 | f0b38ea2efed8ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)