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 | シ鏞ヌ | 10111100111110111110001111000111 | bcfbe3c7 |
EUC-JP | シ鏞ヌ | 10001110101111001000111111100101110010011000111011000111 | 8ebc8fe5c98ec7 |
UTF-8 | シ鏞ヌ | 111011111011110110111100111010011000111110011110111011111011111010000111 | efbdbce98f9eefbe87 |
UHC | ?鏞? | 00111111111010011100101100111111 | 3fe9cb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)