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 | ???r{d | 001111110011111100111111011100100111101101100100 | 3f3f3f727b64 |
SJIS-WIN | 鈺??r{d | 11111011110001000011111100111111011100100111101101100100 | fbc43f3f727b64 |
EUC-JP | 鈺??r{d | 1000111111100011110101010011111100111111011100100111101101100100 | 8fe3d53f3f727b64 |
UTF-8 | 鈺울숲r{d | 111010011000100010111010111011001001101010111000111011001000100010110010011100100111101101100100 | e988baec9ab8ec88b2727b64 |
UHC | 鈺울숲r{d | 111010001010110110111111111011111011110110100011011100100111101101100100 | e8adbfefbda3727b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)