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 | 莨鷺闘妤具ァ | 1110010010111100100011011110101110010011101011001111101010100100100010111110111110100111 | e4bc8deb93acfaa48befa7 |
EUC-JP | 莨鷺闘妤具ァ | 11101000101111101011101011101101110001101010111010001111101110011010111110110110111100011000111010100111 | e8bebaedc6ae8fb9afb6f18ea7 |
UTF-8 | 莨鷺闘妤具ァ | 111010001000111010101000111010011011011110111010111010011001011110011000111001011010011010100100111001011000010110110111111011111011110110100111 | e88ea8e9b7bae99798e5a6a4e585b7efbda7 |
UHC | ?鷺??具? | 0011111111010110110111000011111100111111110011101111110100111111 | 3fd6dc3f3fcefd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)