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 | 逑ク迹〆 | 11100111100100111011100011100111100100011000000101011001 | e793b8e7918159 |
EUC-JP | 逑ク迹〆 | 1110110111110011100011101011100011101101111100011010000110111010 | edf38eb8edf1a1ba |
UTF-8 | 逑ク迹〆 | 111010011000000010010001111011111011110110111000111010001011111110111001111000111000000010000110 | e98091efbdb8e8bfb9e38086 |
UHC | 逑?迹? | 110011111100011100111111111011101110100100111111 | cfc73feee93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)