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 | ?R?o?]^ | 00111111010100100011111101101111001111110101110101011110 | 3f523f6f3f5d5e |
SJIS-WIN | 眈R眈o眈]^ | 11100001101111000101001011100001101111000110111111100001101111000101110101011110 | e1bc52e1bc6fe1bc5d5e |
EUC-JP | 眈R眈o眈]^ | 11100010101111100101001011100010101111100110111111100010101111100101110101011110 | e2be52e2be6fe2be5d5e |
UTF-8 | 眈R眈o眈]^ | 11100111100111001000100001010010111001111001110010001000011011111110011110011100100010000101110101011110 | e79c8852e79c886fe79c885d5e |
UHC | 眈R眈o眈]^ | 11110111101011110101001011110111101011110110111111110111101011110101110101011110 | f7af52f7af6ff7af5d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)