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 | 111001101010000110001101100110111000001110110001011100100111101101100100 | e6a18d9b83b1727b64 |
EUC-JP | 譯惚Τr{d | 111011001010001110111001111110111010011010110011011100100111101101100100 | eca3b9fba6b3727b64 |
UTF-8 | 譯惚Τr{d | 1110100010101101101011111110011010000011100110101100111010100100011100100111101101100100 | e8adafe6839acea4727b64 |
UHC | 譯惚Τr{d | 111001101011101111111011111011011010010111010011011100100111101101100100 | e6bbfbeda5d3727b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)