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 | 終褐滾濟?? | 10001111010010011000101010001100100111111111011011100000010110100011111100111111 | 8f498a8c9ff6e05a3f3f |
EUC-JP | 終褐滾濟?? | 10111101101010101011001111101100110111101111100011011111101110110011111100111111 | bdaab3ecdef8dfbb3f3f |
UTF-8 | 終褐滾濟멱떠 | 111001111011010110000010111010001010010010010000111001101011101110111110111001101011111110011111111010111010100110110001111010111001011010100000 | e7b582e8a490e6bbbee6bf9feba9b1eb96a0 |
UHC | 終褐滾濟멱떠 | 111100001111101111001010111010001100110111100011111100001010110110111000111010001011011010110000 | f0fbcae8cde3f0adb8e8b6b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)