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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 助?耘? | 100011111001010100111111111000111100111100111111 | 8f953fe3cf3f |
EUC-JP | 助?耘? | 101111011111010100111111111001101101000100111111 | bdf53fe6d13f |
UTF-8 | 助렲耘㎗ | 111001011000101010101001111010111010000010110010111010001000000010011000111000111000111010010111 | e58aa9eba0b2e88098e38e97 |
UHC | 助렲耘㎗ | 1111000010111110100011101011111111101001111111001010011110100011 | f0be8ebfe9fca7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)