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 | 稔???闇 | 10010110101010110011111100111111001111111000100011000101 | 96ab3f3f3f88c5 |
EUC-JP | 稔???闇 | 11001100101011010011111100111111001111111011000011000111 | ccad3f3f3fb0c7 |
UTF-8 | 稔몄렲렠闇 | 111001111010100010010100111010111010101010000100111010111010000010110010111010111010000010100000111010011001011110000111 | e7a894ebaa84eba0b2eba0a0e99787 |
UHC | 稔몄렲렠闇 | 11101100111110011011100011101100100011101011111110001110101100011110010011100001 | ecf9b8ec8ebf8eb1e4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)