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 | 烏??闇? | 10001001010001110011111100111111100010001100010100111111 | 89473f3f88c53f |
EUC-JP | 烏??闇? | 10110001101010000011111100111111101100001100011100111111 | b1a83f3fb0c73f |
UTF-8 | 烏녿㈇闇꿁 | 111001111000001110001111111010111000010110111111111000111000100010000111111010011001011110000111111010101011111110000001 | e7838feb85bfe38887e99787eabf81 |
UHC | 烏녿㈇闇꿁 | 11101000101000011000011011101011101010011011100011100100111000011000010101000010 | e8a186eba9b8e4e18542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)