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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 褥λ?恙 | 11100101111100011000001111001001001111111001110010011001 | e5f183c93f9c99 |
EUC-JP | 褥λ?恙 | 11101010111100111010011011001011001111111101011111111001 | eaf3a6cb3fd7f9 |
UTF-8 | 褥λ죭恙 | 1110100010100100101001011100111010111011111011001010001110101101111001101000000110011001 | e8a4a5cebbeca3ade68199 |
UHC | 褥λ죭恙 | 1110100110110011101001011110101110100001100010001110010110111111 | e9b3a5eba188e5bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)