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 | 隴壽コス遏ッ | 111010001010110110011010111001101011101010111101111001111001111110101111 | e8ad9ae6babde79faf |
EUC-JP | 隴壽コス遏ッ | 111100001010111111010100111010001000111010111010100011101011110111101110101000011000111010101111 | f0afd4e88eba8ebdeea18eaf |
UTF-8 | 隴壽コス遏ッ | 111010011001101010110100111001011010001110111101111011111011110110111010111011111011110110111101111010011000000110001111111011111011110110101111 | e99ab4e5a3bdefbdbaefbdbde9818fefbdaf |
UHC | ?壽???? | 00111111111000011111100000111111001111110011111100111111 | 3fe1f83f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)