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 | 松寬ユ蒔 | 10001111101111001111101010101010110101011000111010101010 | 8fbcfaaad58eaa |
EUC-JP | 松?ユ蒔 | 10111110101111100011111110001110110101011011110010101100 | bebe3f8ed5bcac |
UTF-8 | 松寬ユ蒔 | 111001101001110110111110111001011010111110101100111011111011111010010101111010001001001010010100 | e69dbee5afacefbe95e89294 |
UHC | 松寬?蒔 | 11100001111001101100111010110000001111111110001111001000 | e1e6ceb03fe3c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)