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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 涅?ぎ涅??^ | 10011111101110000011111110000010101011001001111110111000001111110011111101011110 | 9fb83f82ac9fb83f3f5e |
EUC-JP | 涅?ぎ涅??^ | 11011110101110100011111110100100101011101101111010111010001111110011111101011110 | deba3fa4aedeba3f3f5e |
UTF-8 | 涅꿩ぎ涅꿩쮨^ | 11100110101101101000010111101010101111111010100111100011100000011000111011100110101101101000010111101010101111111010100111101100101011101010100001011110 | e6b685eabfa9e3818ee6b685eabfa9ecaea85e |
UHC | 涅꿩ぎ涅꿩쮨^ | 11100110111011101011001011100110101010101010111011100110111011101011001011100110101010001000010101011110 | e6eeb2e6aaaee6eeb2e6a8855e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)