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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 霎ソ蜊呈拷] | 11101000101111101011111111100101100011011001001011100110100011011000100101011101 | e8bebfe58d92e68d895d |
EUC-JP | 霎ソ蜊呈拷] | 1111000011000000100011101011111111101001111011011100010011101000101110011110100101011101 | f0c08ebfe9edc4e8b9e95d |
UTF-8 | 霎ソ蜊呈拷] | 11101001100111001000111011101111101111011011111111101000100111001000101011100101100100011000100011100110100010111011011101011101 | e99c8eefbdbfe89c8ae59188e68bb75d |
UHC | ???呈拷] | 0011111100111111001111111110111111010000110011011011100001011101 | 3f3f3fefd0cdb85d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)