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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?譟? | 00111111111001101001111100111111 | 3fe69f3f |
EUC-JP | 淎譟蠮 | 1000111111000111110110001110110010100001100011111101101111111011 | 8fc7d8eca18fdbfb |
UTF-8 | 淎譟蠮 | 111001101011011110001110111010001010110110011111111010001010000010101110 | e6b78ee8ad9fe8a0ae |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)