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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 涅??巡? | 10011111101110000011111100111111100011111000010000111111 | 9fb83f3f8f843f |
EUC-JP | 涅??巡? | 11011110101110100011111100111111101111011110010000111111 | deba3f3fbde43f |
UTF-8 | 涅꿰듅巡똊 | 111001101011011010000101111010101011111110110000111010111001001110000101111001011011011110100001111010111001100010001010 | e6b685eabfb0eb9385e5b7a1eb988a |
UHC | 涅꿰듅巡똊 | 11100110111011101011001011100111100010101011100111100010110111101000110001001011 | e6eeb2e78ab9e2de8c4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)