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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 霎懃ク∝竅髏 | 1110100010111110100111001110011110111000100000011110010111100010100000011110100110010000 | e8be9ce7b881e5e281e990 |
EUC-JP | 霎懃ク∝竅髏 | 111100001100000011011000111010011000111010111000101000101110011111100011111000011111000111110000 | f0c0d8e98eb8a2e7e3e1f1f0 |
UTF-8 | 霎懃ク∝竅髏 | 111010011001110010001110111001101000011110000011111011111011110110111000111000101000100010011101111001111010101110000101111010011010101110001111 | e99c8ee68783efbdb8e2889de7ab85e9ab8f |
UHC | ?懃?∝竅? | 001111111101000011000100001111111010000111110000110100001010101100111111 | 3fd0c43fa1f0d0ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)