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 | 烏??循? | 10001001010001110011111100111111100011110111101000111111 | 89473f3f8f7a3f |
EUC-JP | 烏??循? | 10110001101010000011111100111111101111011101101100111111 | b1a83f3fbddb3f |
UTF-8 | 烏띾ㅉ循쥲 | 111001111000001110001111111010111001110110111110111000111000010110001001111001011011111010101010111011001010010110110010 | e7838feb9dbee38589e5beaaeca5b2 |
UHC | 烏띾ㅉ循쥲 | 11101000101000011000110111101011101001001011100111100010111000001010001101000010 | e8a18deba4b9e2e0a342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)