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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????攷 | 0011111100111111001111110011111100111111001111111001110110111101 | 3f3f3f3f3f3f9dbd |
EUC-JP | ??????攷 | 0011111100111111001111110011111100111111001111111101101010111111 | 3f3f3f3f3f3fdabf |
UTF-8 | 렻ㅔ뗘ㅔ旽ㅔ攷 | 111010111010000010111011111000111000010110010100111010111001011110011000111000111000010110010100111001101001011110111101111000111000010110010100111001101001010010110111 | eba0bbe38594eb9798e38594e697bde38594e694b7 |
UHC | 렻ㅔ뗘ㅔ旽ㅔ攷 | 1000111011000011101001001100010010110110110001011010010011000100110101001100010110100100110001001100110110111001 | 8ec3a4c4b6c5a4c4d4c5a4c4cdb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)