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 | 褥λ?焉 | 11100101111100011000001111001001001111111110000010000001 | e5f183c93fe081 |
EUC-JP | 褥λ?焉 | 11101010111100111010011011001011001111111101111111100001 | eaf3a6cb3fdfe1 |
UTF-8 | 褥λ졑焉 | 1110100010100100101001011100111010111011111011001010000110010001111001111000010010001001 | e8a4a5cebbeca191e78489 |
UHC | 褥λ졑焉 | 1110100110110011101001011110101110100000101111101110010111101010 | e9b3a5eba0bee5ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)