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 | ゙ア | 110111101111010111100000101100011111011110110001 | def5e0b1f7b1 |
EUC-JP | ゙?ア? | 100011101101111000111111100011101011000100111111 | 8ede3f8eb13f |
UTF-8 | ゙ア | 111011111011111010011110111011101001000110001011111011111011110110110001111011101001011010010100 | efbe9eee918befbdb1ee9694 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)