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 | 承ヌタ錚 | 100011111011001111000111110000001110100001000010 | 8fb3c7c0e842 |
EUC-JP | 承ヌタ錚 | 1011111010110101100011101100011110001110110000001110111110100011 | beb58ec78ec0efa3 |
UTF-8 | 承ヌタ錚 | 111001101000100110111111111011111011111010000111111011111011111010000000111010011000110010011010 | e689bfefbe87efbe80e98c9a |
UHC | 承??錚 | 111000111010111100111111001111111110111010110110 | e3af3f3feeb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)