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 | 歟??揖?? | 1001111101100010001111110011111110010111010010110011111100111111 | 9f623f3f974b3f3f |
EUC-JP | 歟??揖?? | 1101110111000011001111110011111111001101101011000011111100111111 | ddc33f3fcdac3f3f |
UTF-8 | 歟㏃옚揖썸쓱 | 111001101010110110011111111000111000111110000011111011001001100010011010111001101000111110010110111011001000110110111000111011001001001110110001 | e6ad9fe38f83ec989ae68f96ec8db8ec93b1 |
UHC | 歟㏃옚揖썸쓱 | 111001101010001010100111111011001001111010011110111010111110011110111101111001101011111010110011 | e6a2a7ec9e9eebe7bde6beb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)