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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 稔?申?闇 | 1001011010101011001111111001000001011100001111111000100011000101 | 96ab3f905c3f88c5 |
EUC-JP | 稔?申?闇 | 1100110010101101001111111011111110111101001111111011000011000111 | ccad3fbfbd3fb0c7 |
UTF-8 | 稔렡申렕闇 | 111001111010100010010100111010111010000010100001111001111001010010110011111010111010000010010101111010011001011110000111 | e7a894eba0a1e794b3eba095e99787 |
UHC | 稔렡申렕闇 | 11101100111110011000111010110010111000111110100110001110101010101110010011100001 | ecf98eb2e3e98eaae4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)