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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 堰λ?悠? | 1000100110000001100000111100100100111111100101110100100100111111 | 898183c93f97493f |
EUC-JP | 堰λ?悠? | 1011000111100001101001101100101100111111110011011010101000111111 | b1e1a6cb3fcdaa3f |
UTF-8 | 堰λ룫悠펩 | 1110010110100000101100001100111010111011111010111010001110101011111001101000001010100000111011011000111010101001 | e5a0b0cebbeba3abe682a0ed8ea9 |
UHC | 堰λ룫悠펩 | 11100101111010001010010111101011100011111010001011101010111011011100011011101001 | e5e8a5eb8fa2eaedc6e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)