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 | 種矜?? | 100011101110110111100001111000000011111100111111 | 8eede1e03f3f |
EUC-JP | 種矜?? | 101111001110111111100010111000100011111100111111 | bcefe2e23f3f |
UTF-8 | 種矜렋렒 | 111001111010100010101110111001111001111110011100111010111010000010001011111010111010000010010010 | e7a8aee79f9ceba08beba092 |
UHC | 種矜렋렒 | 1111000011111010110100001110100010001110101000101000111010100111 | f0fad0e88ea28ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)