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 | 暎℡?若? | 1001110111110011100001111000010000111111100011101110000100111111 | 9df387843f8ee13f |
EUC-JP | 暎??若? | 11011010111101010011111100111111101111001110001100111111 | daf53f3fbce33f |
UTF-8 | 暎℡뤀若㎪ | 111001101001101010001110111000101000010010100001111010111010010010000000111010001000101110100101111000111000111010101010 | e69a8ee284a1eba480e88ba5e38eaa |
UHC | 暎℡뤀若㎪ | 11100111101100101010001011100101100011111011000111100101101101001010011111100110 | e7b2a2e58fb1e5b4a7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)