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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 霎コ暲ィ昌ッ | 111010001011111010111010111110101101110010101000100011111011100110101111 | e8bebafadca88fb9af |
EUC-JP | 霎コ暲ィ昌ッ | 11110000110000001000111010111010100011111100001011011011100011101010100010111110101110111000111010101111 | f0c08eba8fc2db8ea8bebb8eaf |
UTF-8 | 霎コ暲ィ昌ッ | 111010011001110010001110111011111011110110111010111001101001101010110010111011111011110110101000111001101001100010001100111011111011110110101111 | e99c8eefbdbae69ab2efbda8e6988cefbdaf |
UHC | ??暲?昌? | 0011111100111111111011011110011100111111111100111110001100111111 | 3f3fede73ff3e33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)