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 | 移?鬱??? | 1000100011011010001111111001111101010100001111110011111100111111 | 88da3f9f543f3f3f |
EUC-JP | 移?鬱??? | 1011000011011100001111111101110110110101001111110011111100111111 | b0dc3fddb53f3f3f |
UTF-8 | 移렯鬱쟉렰렜 | 111001111010011110111011111010111010000010101111111010011010110010110001111011001001111110001001111010111010000010110000111010111010000010011100 | e7a7bbeba0afe9acb1ec9f89eba0b0eba09c |
UHC | 移렯鬱쟉렰렜 | 111011001011100110001110101111001110101010100110110000001111000110001110101111011000111010101110 | ecb98ebceaa6c0f18ebd8eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)