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 | 荅蛾ず | 111001001010011110001001111010011000001010111000 | e4a789e982b8 |
EUC-JP | 荅蛾ず | 111010001010100110110010111010111010010010111010 | e8a9b2eba4ba |
UTF-8 | 荅蛾ず | 111010001000110110000101111010001001101110111110111000111000000110011010 | e88d85e89bbee3819a |
UHC | ?蛾ず | 0011111111100100101101101010101010111010 | 3fe4b6aaba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)